v2.0.3 pom

This commit is contained in:
2023-05-28 13:02:01 -04:00
parent a13e2c7125
commit 7cdbfcb62b
+2 -2
View File
@@ -5,7 +5,7 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>aps-public-rest-client</artifactId>
<version>2.0.2</version>
<version>2.0.3</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>
@@ -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>