updated POM version for ACS v7

This commit is contained in:
2021-08-28 01:06:35 -04:00
parent 812ef57bd6
commit d265d53427

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>acs-public-rest-api</artifactId> <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> <name>Alfresco Content Services ReST API Client for Java</name>
<properties> <properties>
@@ -14,7 +14,7 @@
<!-- If you want to build for your specific version, point to your own <!-- If you want to build for your specific version, point to your own
installation --> 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> <swagger.basePackage>com.inteligr8.alfresco.acs</swagger.basePackage>
<junit.version>5.7.2</junit.version> <junit.version>5.7.2</junit.version>
@@ -22,7 +22,7 @@
<jersey.version>2.34</jersey.version> <jersey.version>2.34</jersey.version>
<cxf.version>3.3.2</cxf.version> <cxf.version>3.3.2</cxf.version>
<api.model.disabled>true</api.model.disabled> <api.model.disabled>false</api.model.disabled>
</properties> </properties>
<dependencies> <dependencies>