Compare commits
18 Commits
stable-aps
...
stable-aps
Author | SHA1 | Date | |
---|---|---|---|
aaf65b36af | |||
1c58257908 | |||
fa2573b91d | |||
d1159157e3 | |||
63cc84651e | |||
267c413907 | |||
bb4a199c28 | |||
c2cbcc330a | |||
1a0236bf9c | |||
5ca384814f | |||
90e18e49b2 | |||
0e0715719a | |||
fc18b8ad06 | |||
5a156a6c3e | |||
9001cdac4d | |||
efb8641c8f | |||
a8811183ed | |||
703fbdfae1 |
10
pom.xml
10
pom.xml
@@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
<groupId>com.inteligr8.activiti</groupId>
|
<groupId>com.inteligr8.activiti</groupId>
|
||||||
<artifactId>cxf-activiti-ext</artifactId>
|
<artifactId>cxf-activiti-ext</artifactId>
|
||||||
<version>1.1-SNAPSHOT-aps22</version>
|
<version>1.1.1-aps23</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>CXF-based JAX-RS & JAX-WS enablement for APS App</name>
|
<name>CXF-based JAX-RS & JAX-WS enablement for APS App</name>
|
||||||
<description>An Alfresco Process Service App v2.2.x extension providing the missing components for JAX-RS-based client libraries.</description>
|
<description>An Alfresco Process Service App v2.3.x extension providing the missing components for JAX-RS-based client libraries.</description>
|
||||||
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
|
<url>https://bitbucket.org/inteligr8/cxf-activiti-ext</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
@@ -42,9 +42,9 @@
|
|||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
|
|
||||||
<aps.cxf.version>3.5.0</aps.cxf.version>
|
<aps.cxf.version>3.5.5</aps.cxf.version>
|
||||||
<aps.spring.version>5.3.15</aps.spring.version>
|
<aps.spring.version>5.3.25</aps.spring.version>
|
||||||
<aps.jackson.version>2.13.1</aps.jackson.version>
|
<aps.jackson.version>2.14.1</aps.jackson.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
Reference in New Issue
Block a user