diff --git a/README.md b/README.md
index 5603713f..b044fd1a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Java Client Library 3.6.0-SNAPSHOT for the Nuxeo Platform REST APIs
+# Java Client Library 3.6.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.6.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.6.0-SNAPSHOT~jar~)
+You can download the client on our Nexus: [Nuxeo Client Library 3.6.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.6.0~jar~)
#### Import Nuxeo Java Client with:
@@ -57,7 +57,7 @@ Maven:
org.nuxeo.client
nuxeo-java-client
- 3.6.0-SNAPSHOT
+ 3.6.0
...
@@ -73,20 +73,20 @@ Maven:
Gradle:
```
-compile 'org.nuxeo.client:nuxeo-java-client:3.6.0-SNAPSHOT'
+compile 'org.nuxeo.client:nuxeo-java-client:3.6.0'
```
Ivy:
```
-
+
```
SBT:
```
-libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.6.0-SNAPSHOT"
+libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.6.0"
```
### Sub-Modules Organization
diff --git a/nuxeo-java-client-cache/pom.xml b/nuxeo-java-client-cache/pom.xml
index 480b27c5..5b103a0b 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.6.0-SNAPSHOT
+ 3.6.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 3579bc20..21334de1 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.6.0-SNAPSHOT
+ 3.6.0
nuxeo-java-client-test
@@ -188,4 +188,4 @@
-
+
\ No newline at end of file
diff --git a/nuxeo-java-client/pom.xml b/nuxeo-java-client/pom.xml
index eda2ec46..7aa410c0 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.6.0-SNAPSHOT
+ 3.6.0
nuxeo-java-client
@@ -71,4 +71,4 @@
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e1dd9bec..7f622e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.nuxeo.client
nuxeo-java-client-parent
- 3.6.0-SNAPSHOT
+ 3.6.0
Nuxeo Java Client Parent
Java Client Parent for Nuxeo REST APIs.
pom
@@ -695,4 +695,4 @@
-
+
\ No newline at end of file