Compare commits

..

27 Commits

Author SHA1 Message Date
a562b7882f Merge branch 'develop' into stable 2025-08-14 09:28:26 -04:00
bee0a4d17f ACS v25.2.0 pom 2025-08-13 15:21:18 -04:00
426a39043b Merge branch 'develop' into stable 2025-08-13 15:19:32 -04:00
7b762e6c78 ACS v25.1.0 pom 2025-04-08 15:20:46 -04:00
7ada19b8b5 ACS v23.4.1 pom 2025-03-03 10:18:23 -05:00
6215ebe293 ACS v23.3.0 pom 2025-03-03 10:16:28 -05:00
a5aa27f9e9 v1.3.2 pom 2025-03-03 10:14:50 -05:00
a346feb9b4 v1.3.2 and ACS v23.2 pom 2025-03-03 10:13:01 -05:00
af409830ba Merge branch 'develop' into stable 2025-03-03 10:11:35 -05:00
35ac812899 v1.3.1 pom 2024-10-28 16:07:16 -04:00
771ba441f9 Merge branch 'develop' into stable 2024-10-28 16:06:23 -04:00
dece3300ce ACS v23.3.0 pom 2024-10-15 10:01:52 -04:00
986427ddf2 v1.3.0 pom 2024-08-22 10:55:06 -04:00
f6d395e5ae ACS v23.2.1 pom 2024-08-13 09:59:11 -04:00
5a04b98679 ACS v23.1.0 2024-08-13 09:46:58 -04:00
13ee8c0d8f ACS v7.4.2 pom 2024-06-10 10:58:30 -04:00
8dd0f9a8a1 ACS v7.4.1 pom 2023-08-17 18:08:40 -04:00
c266c470f2 ACS v7.4.0 pom 2023-06-13 12:45:18 -04:00
5a2b9e4b05 ACS v7.3.1 2023-06-13 12:38:33 -04:00
d7861ef90b ACS v7.3.0 2023-06-13 12:22:01 -04:00
cbda8a71b3 v1.2.0-acs-v7.2.1 pom 2023-06-13 12:14:06 -04:00
5954c6f379 Merge branch 'develop-acs72' into stable-acs72 2022-10-02 17:28:41 -04:00
7212777cae Merge branch 'stable-acs71' into stable-acs72 2022-10-02 17:28:36 -04:00
72c45ca0b0 Merge branch 'develop-acs71' into stable-acs71 2022-10-02 17:24:38 -04:00
4d4220ff09 Merge branch 'stable-acs70' into stable-acs71 2022-10-02 16:48:35 -04:00
3216ba5f09 Merge branch 'stable-acs62' into stable-acs70 2022-10-02 16:47:57 -04:00
1d72832218 v1.1.0-acs62 pom 2022-10-02 16:44:10 -04:00

18
pom.xml
View File

@@ -13,11 +13,11 @@
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>cxf-jaxrs-platform-module</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.2-acs-v${acs.version.major}.${acs.version.minor}</version>
<packaging>jar</packaging>
<name>CXF-based JAX-RS enablement for ACS Platform Module</name>
<description>An Alfresco Content Service Platform module providing the missing components for JAX-RS-based client libraries in ACS v${acs.version.major}.${acs.version.minor}.${acs.version.revision}.</description>
<description>An Alfresco Content Service Platform module providing the missing components for JAX-RS-based client libraries in ACS v${acs.version.major}.${acs.version.minor}.</description>
<url>https://bitbucket.org/inteligr8/cxf-jaxrs-platform-module</url>
<licenses>
@@ -140,18 +140,16 @@
<scope>provided</scope>
</dependency>
<!-- Version managed by acs-community-packaging, yet not included by ACS -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
</dependency>
<!-- Included in ACS v25.x+ -->
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<version>${dependency.jackson.version}</version>
<scope>provided</scope>
</dependency>
<!-- Version managed by acs-community-packaging, yet not included by ACS -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
</dependency>
<dependency>