diff --git a/README.md b/README.md index 801b726e..e74e6563 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Java Client Library 3.0.1-SNAPSHOT for the Nuxeo Platform REST APIs +# Java Client Library 3.0.1 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.1-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.1-SNAPSHOT~jar~) +You can download the client on our Nexus: [Nuxeo Client Library 3.0.1](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.1~jar~) #### Import Nuxeo Java Client with: @@ -55,7 +55,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.0.1-SNAPSHOT + 3.0.1 ... @@ -71,20 +71,20 @@ Maven: Gradle: ``` -compile 'org.nuxeo.client:nuxeo-java-client:3.0.1-SNAPSHOT' +compile 'org.nuxeo.client:nuxeo-java-client:3.0.1' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.1-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.1" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index 616323b6..1e118e2b 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.1-SNAPSHOT + 3.0.1 nuxeo-java-client-cache diff --git a/nuxeo-java-client-test/pom.xml b/nuxeo-java-client-test/pom.xml index e7c4713c..f840f375 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.0.1-SNAPSHOT + 3.0.1 nuxeo-java-client-test diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index 2966e167..8ecb7f8e 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.1-SNAPSHOT + 3.0.1 nuxeo-java-client diff --git a/pom.xml b/pom.xml index 8fdf2373..cd3dd0fa 100755 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.0.1-SNAPSHOT + 3.0.1 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom