Skip to content

Commit

Permalink
Release master, update 3.11.0-SNAPSHOT to 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeojenkins committed Jun 18, 2021
1 parent ca5a7f6 commit a0508ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.11.0-SNAPSHOT for the Nuxeo Platform REST APIs
# Java Client Library 3.11.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.11.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.11.0-SNAPSHOT~jar~)
You can download the client on our Nexus: [Nuxeo Client Library 3.11.0](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.11.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.11.0-SNAPSHOT</version>
<version>3.11.0</version>
</dependency>
...
<repository>
Expand All @@ -73,20 +73,20 @@ Maven:
Gradle:

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

Ivy:

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

SBT:

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

### Sub-Modules Organization
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-SNAPSHOT</version>
<version>3.11.0</version>
</parent>

<artifactId>nuxeo-java-client-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-SNAPSHOT</version>
<version>3.11.0</version>
</parent>

<artifactId>nuxeo-java-client-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-SNAPSHOT</version>
<version>3.11.0</version>
</parent>

<artifactId>nuxeo-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0-SNAPSHOT</version>
<version>3.11.0</version>
<name>Nuxeo Java Client Parent</name>
<description>Java Client Parent for Nuxeo REST APIs.</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit a0508ec

Please sign in to comment.