Compare commits
7 Commits
v2.0.2-cxf
...
v2.0.3
Author | SHA1 | Date | |
---|---|---|---|
46145e260a | |||
863340eaec | |||
fc0f19fc3e | |||
241451ec4d | |||
008ded959f | |||
18426e562d | |||
77c101d64a |
10
pom.xml
10
pom.xml
@@ -6,8 +6,8 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>acs-public-rest-client</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
|
||||
<version>2.0.3</version>
|
||||
|
||||
<name>Alfresco Content Services ReST API Client for Java</name>
|
||||
<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>
|
||||
@@ -43,7 +43,7 @@
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<maven.compiler.debuglevel>lines,vars,source</maven.compiler.debuglevel>
|
||||
|
||||
<acs.platform.tag>acs62</acs.platform.tag>
|
||||
<acs.platform.tag>acs7</acs.platform.tag>
|
||||
|
||||
<junit.version>5.7.2</junit.version>
|
||||
<spring.version>5.3.6</spring.version>
|
||||
@@ -53,12 +53,12 @@
|
||||
<dependency>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>common-rest-client</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.4</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