From ac2ce30418e772faf5a68742f4527b9e06712c22 Mon Sep 17 00:00:00 2001 From: Jenkins Nuxeo Date: Wed, 27 Jun 2018 16:18:15 +0000 Subject: [PATCH] Release master, update 3.1.0-SNAPSHOT to 3.1.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 | 7 +++---- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 49c0372d..72293763 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Java Client Library 3.1.0-SNAPSHOT for the Nuxeo Platform REST APIs +# Java Client Library 3.1.0 for the Nuxeo Platform REST APIs The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST API. @@ -46,7 +46,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.1.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.1.0-SNAPSHOT~jar~) +You can download the client on our Nexus: [Nuxeo Client Library 3.1.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.1.0~jar~) #### Import Nuxeo Java Client with: @@ -56,7 +56,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.1.0-SNAPSHOT + 3.1.0 ... @@ -72,20 +72,20 @@ Maven: Gradle: ``` -compile 'org.nuxeo.client:nuxeo-java-client:3.1.0-SNAPSHOT' +compile 'org.nuxeo.client:nuxeo-java-client:3.1.0' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.1.0-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.1.0" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index 0103506d..89ec98ad 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.1.0-SNAPSHOT + 3.1.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 8940a64b..ba634bac 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.1.0-SNAPSHOT + 3.1.0 nuxeo-java-client-test @@ -241,4 +241,4 @@ - + \ No newline at end of file diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index ebdc2fbb..f2043128 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.1.0-SNAPSHOT + 3.1.0 nuxeo-java-client @@ -63,4 +63,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 65804148..16906fd7 100755 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.nuxeo.client nuxeo-java-client-parent - 3.1.0-SNAPSHOT + 3.1.0 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom @@ -405,4 +404,4 @@ - + \ No newline at end of file