From 26590c4d86462e371fc22e1bccd122826399b43e Mon Sep 17 00:00:00 2001 From: Jenkins Nuxeo Date: Wed, 16 Sep 2020 15:00:01 +0000 Subject: [PATCH] Release master, update 3.8.0-SNAPSHOT to 3.8.0 --- README.md | 12 ++++++------ nuxeo-java-client-cache/pom.xml | 2 +- nuxeo-java-client-test/pom.xml | 2 +- nuxeo-java-client/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b8c68ff..6d5f464a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Java Client Library 3.8.0-SNAPSHOT for the Nuxeo Platform REST APIs +# Java Client Library 3.8.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.8.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.8.0-SNAPSHOT~jar~) +You can download the client on our Nexus: [Nuxeo Client Library 3.8.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.8.0~jar~) #### Import Nuxeo Java Client with: @@ -57,7 +57,7 @@ Maven: org.nuxeo.client nuxeo-java-client - 3.8.0-SNAPSHOT + 3.8.0 ... @@ -73,20 +73,20 @@ Maven: Gradle: ``` -compile 'org.nuxeo.client:nuxeo-java-client:3.8.0-SNAPSHOT' +compile 'org.nuxeo.client:nuxeo-java-client:3.8.0' ``` Ivy: ``` - + ``` SBT: ``` -libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.8.0-SNAPSHOT" +libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.8.0" ``` ### Sub-Modules Organization diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml index 192e99e0..92fca877 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.8.0-SNAPSHOT + 3.8.0 nuxeo-java-client-cache diff --git a/nuxeo-java-client-test/pom.xml b/nuxeo-java-client-test/pom.xml index 5e242139..8bd90ef5 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.8.0-SNAPSHOT + 3.8.0 nuxeo-java-client-test diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml index 46193972..d3c01e13 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.8.0-SNAPSHOT + 3.8.0 nuxeo-java-client diff --git a/pom.xml b/pom.xml index 95710a74..446394b7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.nuxeo.client nuxeo-java-client-parent - 3.8.0-SNAPSHOT + 3.8.0 Nuxeo Java Client Parent Java Client Parent for Nuxeo REST APIs. pom