Compare commits
4 Commits
v2.0.2-cxf
...
v2.0.3-cxf
Author | SHA1 | Date | |
---|---|---|---|
2876d9ffe9 | |||
78d2d00886 | |||
d11f2fc1e2 | |||
fc0f19fc3e |
6
pom.xml
6
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>acs-public-rest-client</artifactId>
|
||||
<version>2.0.2-cxf</version>
|
||||
<version>2.0.3-cxf</version>
|
||||
|
||||
<name>Alfresco Content Services ReST API Client for Java</name>
|
||||
<description>An ACS Client library for building CXF-based REST API clients</description>
|
||||
@@ -54,12 +54,12 @@
|
||||
<dependency>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>common-rest-client</artifactId>
|
||||
<version>2.0.1-cxf</version>
|
||||
<version>2.0.4-cxf</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>acs-public-rest-api</artifactId>
|
||||
<version>2.0.1-${acs.platform.tag}</version>
|
||||
<version>2.1-SNAPSHOT-${acs.platform.tag}</version>
|
||||
<scope>provided</scope> <!-- explicitly, bring your own version -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user