minor POM updates

This commit is contained in:
Brian Long 2022-10-03 09:22:10 -04:00
parent 8531839075
commit 8794da0593

View File

@ -9,7 +9,7 @@
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<name>Alfresco Content Services ReST API Client for Java</name> <name>Alfresco Content Services ReST API Client for Java</name>
<description>An ACS Client library for building REST API clients that support both the CXF and Jersey frameworks</description> <description>An ACS Client library for building REST API clients that support either the CXF and Jersey frameworks</description>
<url>https://bitbucket.org/inteligr8/acs-public-rest-client</url> <url>https://bitbucket.org/inteligr8/acs-public-rest-client</url>
<licenses> <licenses>
@ -53,7 +53,7 @@
<dependency> <dependency>
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>common-rest-client</artifactId> <artifactId>common-rest-client</artifactId>
<version>2.0.1-cxf</version> <version>2.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>