Compare commits
No commits in common. "stable" and "develop" have entirely different histories.
4
pom.xml
4
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>aps-public-rest-client</artifactId>
|
<artifactId>aps-public-rest-client</artifactId>
|
||||||
<version>3.0.2</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Alfresco Process Services ReST API Client for Java</name>
|
<name>Alfresco Process Services ReST API Client for Java</name>
|
||||||
<description>An APS Client library for building REST API clients that support either the CXF and Jersey frameworks</description>
|
<description>An APS Client library for building REST API clients that support either the CXF and Jersey frameworks</description>
|
||||||
@ -56,7 +56,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.inteligr8.alfresco</groupId>
|
<groupId>com.inteligr8.alfresco</groupId>
|
||||||
<artifactId>aps-public-rest-api</artifactId>
|
<artifactId>aps-public-rest-api</artifactId>
|
||||||
<version>3.0.5</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user