diff --git a/README.md b/README.md index f7b19550..98c454cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Java Client Library 3.0.0-SNAPSHOT for the Nuxeo Platform REST APIs +# Java Client Library 3.0.0-RC1 for the Nuxeo Platform REST APIs The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST API. @@ -45,7 +45,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.0.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.0-SNAPSHOT~jar~) +You can download the client on our Nexus: [Nuxeo Client Library 3.0.0-RC1](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.0-RC1~jar~) #### Import Nuxeo Java Client with: @@ -55,7 +55,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.0.0-SNAPSHOT + 3.0.0-RC1 ... @@ -71,20 +71,20 @@ Maven: Gradle: ``` -compile 'org.nuxeo.client:nuxeo-java-client:3.0.0-SNAPSHOT' +compile 'org.nuxeo.client:nuxeo-java-client:3.0.0-RC1' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.0-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.0-RC1" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index c8a48e8a..441c3f8e 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.0.0-SNAPSHOT + 3.0.0-RC1 nuxeo-java-client-cache @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client-test/pom.xml b/nuxeo-java-client-test/pom.xml index 86779977..27a058bb 100755 --- a/nuxeo-java-client-test/pom.xml +++ b/nuxeo-java-client-test/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.nuxeo.client nuxeo-java-client-parent - 3.0.0-SNAPSHOT + 3.0.0-RC1 nuxeo-java-client-test @@ -230,4 +229,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index befa5a8c..71138623 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.0.0-SNAPSHOT + 3.0.0-RC1 nuxeo-java-client @@ -62,4 +62,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6960f902..46abdca0 100755 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.nuxeo.client nuxeo-java-client-parent - 3.0.0-SNAPSHOT + 3.0.0-RC1 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom @@ -365,4 +364,4 @@ - + \ No newline at end of file