Compare commits
9 Commits
v2.0.3-jer
...
v2.0.4
Author | SHA1 | Date | |
---|---|---|---|
9b565aa0db | |||
d4cd9ec777 | |||
2f1dda9644 | |||
7cdbfcb62b | |||
a13e2c7125 | |||
e3c26240c9 | |||
7f0b0562bd | |||
eb8e751ca6 | |||
e59a6fabb0 |
8
pom.xml
8
pom.xml
@@ -5,8 +5,8 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>aps-public-rest-client</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
|
||||
<version>2.0.4</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>
|
||||
<url>https://bitbucket.org/inteligr8/aps-public-rest-client</url>
|
||||
@@ -50,12 +50,12 @@
|
||||
<dependency>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>common-rest-client</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>aps-public-rest-api</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<version>2.0.8</version>
|
||||
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user