From b21af718358e4925491a50675dcfa1ffd048ea3e Mon Sep 17 00:00:00 2001 From: Jenkins Nuxeo Date: Wed, 29 Nov 2017 11:34:16 +0000 Subject: [PATCH] Release master, update 3.0.0-SNAPSHOT to 3.0.0-RC2 --- README.md | 12 ++++++------ nuxeo-java-client-cache/pom.xml | 4 ++-- nuxeo-java-client-test/pom.xml | 7 +++---- nuxeo-java-client/pom.xml | 4 ++-- pom.xml | 7 +++---- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f7b19550..bef6856b 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-RC2 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-RC2](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.0-RC2~jar~) #### Import Nuxeo Java Client with: @@ -55,7 +55,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.0.0-SNAPSHOT + 3.0.0-RC2 ... @@ -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-RC2' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.0-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.0.0-RC2" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index c35c145f..7cca8e4a 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-RC2 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 e91f3bd7..3ac8b3eb 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-RC2 nuxeo-java-client-test @@ -220,4 +219,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index 6114ae0a..3f526113 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-RC2 nuxeo-java-client @@ -54,4 +54,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 15a75545..180fafda 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-RC2 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom @@ -372,4 +371,4 @@ - + \ No newline at end of file