Compare commits
47 Commits
v2.0.1-acs
...
v2.0.2-acs
Author | SHA1 | Date | |
---|---|---|---|
0dca3c659a | |||
a1a80a629c | |||
0f32bb67c0 | |||
4563273606 | |||
6ad9c87d13 | |||
abaf53d0d4 | |||
1ec8da218f | |||
680c2d74b0 | |||
c84f11868e | |||
af33dc3730 | |||
038237e2aa | |||
29a13ac7b2 | |||
50c6cf6199 | |||
2d05a1a7d0 | |||
f8967b535e | |||
a70dfe2d60 | |||
e9adb1bf2f | |||
898cb702e9 | |||
8fcaed758d | |||
920aeb4ec4 | |||
a015ed5101 | |||
4ddb9aafd4 | |||
7b0963617e | |||
52010dc76e | |||
cac4c90781 | |||
117efaeedd | |||
b3275519ff | |||
3093d2bdc4 | |||
068aff951e | |||
76ac68d0e4 | |||
9e0499b243 | |||
eb0ab01355 | |||
105868b5df | |||
0e8d522769 | |||
7185dd225e | |||
1e4f420f47 | |||
64330e3ca4 | |||
8e538cfec5 | |||
d0c1e92bce | |||
c879fa41b7 | |||
10b8a4c982 | |||
7dd7cc0fd4 | |||
e9ea115849 | |||
5741c77a45 | |||
3bbda05066 | |||
cf1da9b6f1 | |||
1f48c3196f |
11
pom.xml
11
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.inteligr8.alfresco</groupId>
|
||||
<artifactId>acs-public-rest-api</artifactId>
|
||||
<version>2.1-SNAPSHOT-acs61</version>
|
||||
<version>2.0.2-acs61</version>
|
||||
|
||||
<name>Alfresco Content Services ReST API for Java</name>
|
||||
<description>A library for building ACS v6.1.x JAX-RS REST API clients</description>
|
||||
@@ -46,8 +46,9 @@
|
||||
|
||||
<alfresco.platform.version>6.1.0</alfresco.platform.version>
|
||||
|
||||
<jersey.version>2.35</jersey.version>
|
||||
<cxf.version>3.4.7</cxf.version>
|
||||
<jersey.version>2.39.1</jersey.version>
|
||||
<cxf.version>3.5.6</cxf.version>
|
||||
<jackson.version>2.15.1</jackson.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -70,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.module</groupId>
|
||||
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
||||
<version>2.12.2</version>
|
||||
<version>${jackson.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
@@ -179,7 +180,7 @@
|
||||
<plugin>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>regex-maven-plugin</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>fix-baseUrl</id>
|
||||
|
Reference in New Issue
Block a user