Skip to content

Commit

Permalink
Release master, update 3.0.0-SNAPSHOT to 3.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeojenkins committed Aug 18, 2017
1 parent c501b94 commit 4233c73
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 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.0.0-SNAPSHOT for the Nuxeo Platform REST APIs
# Java Client Library 3.0.0-RC1 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 @@ -45,7 +45,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.0.0-SNAPSHOT](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.0-SNAPSHOT~jar~)
You can download the client on our Nexus: [Nuxeo Client Library 3.0.0-RC1](https://maven.nuxeo.org/nexus/#nexus-search;gav~org.nuxeo.client~nuxeo-java-client~3.0.0-RC1~jar~)

#### Import Nuxeo Java Client with:

Expand All @@ -55,7 +55,7 @@ Maven:
<dependency>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
</dependency>
...
<repository>
Expand All @@ -71,20 +71,20 @@ Maven:
Gradle:

```
compile 'org.nuxeo.client:nuxeo-java-client:3.0.0-SNAPSHOT'
compile 'org.nuxeo.client:nuxeo-java-client:3.0.0-RC1'
```

Ivy:

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

SBT:

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

### 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.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
</parent>

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

</project>
</project>
7 changes: 3 additions & 4 deletions nuxeo-java-client-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
</parent>

<artifactId>nuxeo-java-client-test</artifactId>
Expand Down Expand Up @@ -230,4 +229,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.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
</parent>

<artifactId>nuxeo-java-client</artifactId>
Expand Down Expand Up @@ -62,4 +62,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.nuxeo.client</groupId>
<artifactId>nuxeo-java-client-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
<name>Nuxeo Java Client Parent</name>
<description>Java Client Parent for Nuxeo REST APIs.</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -365,4 +364,4 @@
</pluginRepository>
</pluginRepositories>

</project>
</project>

0 comments on commit 4233c73

Please sign in to comment.