Compare commits

...

15 Commits

View File

@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-client</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.2</version>
<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>
@ -56,7 +56,7 @@
<dependency>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-api</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0.5</version>
<scope>provided</scope> <!-- explicitly, bring your own version -->
</dependency>
<dependency>