8 Commits

Author SHA1 Message Date
9b565aa0db v2.0.4 pom 2023-05-30 11:07:39 -04:00
d4cd9ec777 Merge branch 'develop' into stable 2023-05-30 11:07:20 -04:00
7cdbfcb62b v2.0.3 pom 2023-05-28 13:02:01 -04:00
a13e2c7125 Merge branch 'develop' into stable 2023-05-28 13:01:15 -04:00
e3c26240c9 Merge branch 'develop' into stable 2022-10-03 10:26:26 -04:00
7f0b0562bd v2.0.1 pom 2022-05-03 17:14:10 -04:00
eb8e751ca6 Merge branch 'develop' into stable 2022-05-03 17:13:37 -04:00
e59a6fabb0 v2.0.0 pom 2022-05-02 23:48:16 +01:00

View File

@@ -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>
@@ -55,7 +55,7 @@
<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>