Compare commits

..

2 Commits

Author SHA1 Message Date
732f802e30 Merge branch 'develop-aps20' into develop-acs21 2022-10-03 11:27:16 -04:00
60c89853de updated for APS v2.1.x 2022-10-03 11:09:36 -04:00

View File

@@ -5,11 +5,11 @@
<groupId>com.inteligr8.activiti</groupId>
<artifactId>cxf-activiti-ext</artifactId>
<version>1.1.0-aps20</version>
<version>1.1-SNAPSHOT-aps21</version>
<packaging>jar</packaging>
<name>CXF-based JAX-RS &amp; JAX-WS enablement for APS App</name>
<description>An Alfresco Process Service App v2.0.x extension providing the missing components for JAX-RS-based client libraries.</description>
<description>An Alfresco Process Service App v2.1.x extension providing the missing components for JAX-RS-based client libraries.</description>
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
<licenses>
@@ -43,7 +43,7 @@
<maven.compiler.target>11</maven.compiler.target>
<aps.cxf.version>3.4.4</aps.cxf.version>
<aps.spring.version>5.3.9</aps.spring.version>
<aps.spring.version>5.3.13</aps.spring.version>
<aps.jackson.version>2.12.4</aps.jackson.version>
</properties>