Skip to content

Commit

Permalink
Release master, update 3.9.0-SNAPSHOT to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeojenkins committed Dec 8, 2020
1 parent da99dfa commit c58b5ba
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java Client Library 3.9.0-SNAPSHOT for the Nuxeo Platform REST APIs
# Java Client Library 3.9.0 for the Nuxeo Platform REST APIs

The Nuxeo Java Client is a Java client library for Nuxeo Automation and REST API.

Expand Down Expand Up @@ -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.9.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.9.0-SNAPSHOT~jar~)
You can download the client on our Nexus: [Nuxeo Client Library 3.9.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.9.0~jar~)

#### Import Nuxeo Java Client with:

Expand All @@ -57,7 +57,7 @@ Maven:
<dependency>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
</dependency>
...
<repository>
Expand All @@ -73,20 +73,20 @@ Maven:
Gradle:

```
compile 'org.nuxeo.client:nuxeo-java-client:3.9.0-SNAPSHOT'
compile 'org.nuxeo.client:nuxeo-java-client:3.9.0'
```

Ivy:

```
<dependency org="org.nuxeo.client" name="nuxeo-java-client" rev="3.9.0-SNAPSHOT" />
<dependency org="org.nuxeo.client" name="nuxeo-java-client" rev="3.9.0" />
```

SBT:

```
libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.9.0-SNAPSHOT"
libraryDependencies += "org.nuxeo.client" % "nuxeo-java-client" % "3.9.0"
```

### Sub-Modules Organization
Expand Down
4 changes: 2 additions & 2 deletions nuxeo-java-client-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
</parent>

<artifactId>nuxeo-java-client-cache</artifactId>
Expand All @@ -26,4 +26,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions nuxeo-java-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
</parent>

<artifactId>nuxeo-java-client-test</artifactId>
Expand Down Expand Up @@ -188,4 +188,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions nuxeo-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
</parent>

<artifactId>nuxeo-java-client</artifactId>
Expand Down Expand Up @@ -71,4 +71,4 @@
</resources>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.9.0-SNAPSHOT</version>
<version>3.9.0</version>
<name>Nuxeo Java Client Parent</name>
<description>Java Client Parent for Nuxeo REST APIs.</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -695,4 +695,4 @@
</snapshotRepository>
</distributionManagement>

</project>
</project>

0 comments on commit c58b5ba

Please sign in to comment.