From cc87ebaeaceb670a528ac3e1b8abeb62dce2845a Mon Sep 17 00:00:00 2001 From: Jenkins Nuxeo Date: Mon, 29 Jun 2020 14:41:10 +0000 Subject: [PATCH] Release master, update 3.6.0-SNAPSHOT to 3.6.0 --- README.md | 12 ++++++------ nuxeo-java-client-cache/pom.xml | 4 ++-- nuxeo-java-client-test/pom.xml | 4 ++-- nuxeo-java-client/pom.xml | 4 ++-- pom.xml | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5603713f..b044fd1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Java Client Library 3.6.0-SNAPSHOT for the Nuxeo Platform REST APIs +# Java Client Library 3.6.0 for the Nuxeo Platform REST APIs The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST API. @@ -47,7 +47,7 @@ Nuxeo Java Client is compatible with: - Nuxeo LTS 2016 - Nuxeo 8.10 - Ongoing Fast Tracks - Nuxeo 9.x -You can download the client on our Nexus: [Nuxeo Client Library 3.6.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.6.0-SNAPSHOT~jar~) +You can download the client on our Nexus: [Nuxeo Client Library 3.6.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.6.0~jar~) #### Import Nuxeo Java Client with: @@ -57,7 +57,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.6.0-SNAPSHOT + 3.6.0 ... @@ -73,20 +73,20 @@ Maven: Gradle: ``` -compile 'org.nuxeo.client:nuxeo-java-client:3.6.0-SNAPSHOT' +compile 'org.nuxeo.client:nuxeo-java-client:3.6.0' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.6.0-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.6.0" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index 480b27c5..5b103a0b 100755 --- a/nuxeo-java-client-cache/pom.xml +++ b/nuxeo-java-client-cache/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.6.0-SNAPSHOT + 3.6.0 nuxeo-java-client-cache @@ -26,4 +26,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client-test/pom.xml b/nuxeo-java-client-test/pom.xml index 3579bc20..21334de1 100755 --- a/nuxeo-java-client-test/pom.xml +++ b/nuxeo-java-client-test/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.6.0-SNAPSHOT + 3.6.0 nuxeo-java-client-test @@ -188,4 +188,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index eda2ec46..7aa410c0 100755 --- a/nuxeo-java-client/pom.xml +++ b/nuxeo-java-client/pom.xml @@ -4,7 +4,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.6.0-SNAPSHOT + 3.6.0 nuxeo-java-client @@ -71,4 +71,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index e1dd9bec..7f622e14 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.6.0-SNAPSHOT + 3.6.0 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom @@ -695,4 +695,4 @@ - + \ No newline at end of file