Commit 8794da05 authored by Brian Long's avatar Brian Long
Browse files

minor POM updates

parent 85318390
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
	<version>2.0-SNAPSHOT</version>

	<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>

	<licenses>
@@ -53,7 +53,7 @@
		<dependency>
			<groupId>com.inteligr8</groupId>
			<artifactId>common-rest-client</artifactId>
			<version>2.0.1-cxf</version>
			<version>2.0.1</version>
		</dependency>
		<dependency>
			<groupId>com.inteligr8.alfresco</groupId>