updated POM version for ACS v7
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>acs-public-rest-api</artifactId>
|
||||
<version>1.0-SNAPSHOT-v1-acs6</version>
|
||||
<version>1.0-SNAPSHOT-v1-acs7</version>
|
||||
<name>Alfresco Content Services ReST API Client for Java</name>
|
||||
|
||||
<properties>
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
<!-- If you want to build for your specific version, point to your own
|
||||
installation -->
|
||||
<acs.baseUrl>http://localhost:8080/api-explorer</acs.baseUrl>
|
||||
<acs.baseUrl>https://api-explorer.alfresco.com/api-explorer</acs.baseUrl>
|
||||
<swagger.basePackage>com.inteligr8.alfresco.acs</swagger.basePackage>
|
||||
|
||||
<junit.version>5.7.2</junit.version>
|
||||
@@ -22,7 +22,7 @@
|
||||
<jersey.version>2.34</jersey.version>
|
||||
<cxf.version>3.3.2</cxf.version>
|
||||
|
||||
<api.model.disabled>true</api.model.disabled>
|
||||
<api.model.disabled>false</api.model.disabled>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
Reference in New Issue
Block a user