Compare commits

...

15 Commits

Author SHA1 Message Date
f3d0a81fc4 ACS v25.2 2025-08-14 14:16:57 -04:00
23b3fa4203 Merge branch 'develop' into stable 2025-08-14 14:15:20 -04:00
f9b570b23a v1.4.x; due to changes in ACS v25.x 2025-08-14 14:14:25 -04:00
a562b7882f Merge branch 'develop' into stable 2025-08-14 09:28:26 -04:00
73d1fabc41 fix central publishing 2025-08-14 09:27:49 -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
3e189b31d5 nexus-staging to central-publishing 2025-08-13 15:19:10 -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
5ee9c00456 common-rest-client v3.0.3-cxf 2025-03-03 10:11:07 -05:00

47
pom.xml
View File

@@ -7,13 +7,13 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.3.0</version>
<version>25.2.0</version>
<relativePath></relativePath>
</parent>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>cxf-jaxrs-platform-module</artifactId>
<version>1.3.1-acs-v${acs.version.major}.${acs.version.minor}</version>
<version>1.4.0-acs-v${acs.version.major}.${acs.version.minor}</version>
<packaging>jar</packaging>
<name>CXF-based JAX-RS enablement for ACS Platform Module</name>
@@ -52,7 +52,7 @@
<maven.compiler.release>11</maven.compiler.release>
<alfresco.sdk.version>5.2.0</alfresco.sdk.version>
<common-rest-client.version>3.0.1-cxf</common-rest-client.version>
<common-rest-client.version>3.0.3-cxf</common-rest-client.version>
<unimportant.version>[1.0.0,)</unimportant.version>
</properties>
@@ -67,6 +67,7 @@
</dependency>
<!-- Provided by ACS -->
<!-- versions need to be explicit for central-publishing-maven-plugin -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
@@ -76,11 +77,13 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${dependency.cxf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${dependency.jackson.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -98,21 +101,26 @@
<dependency>
<groupId>jakarta.jws</groupId>
<artifactId>jakarta.jws-api</artifactId>
<version>${dependency.jakarta-jws-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<!-- unimportant.version tries to download a milestone release that doesn't exist -->
<version>4.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>${dependency.jakarta-ee-activation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>${dependency.jakarta-annotation-api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -132,18 +140,20 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
<version>${dependency.jackson.version}</version>
</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>
<dependency>
<groupId>com.inteligr8</groupId>
<artifactId>common-rest-client</artifactId>
@@ -185,7 +195,7 @@
</properties>
</profile>
<profile>
<id>ossrh-release</id>
<id>central-publish</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
@@ -202,19 +212,20 @@
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
<!-- for some reason this is required... -->
<executions>
<execution>
<id>ossrh-deploy</id>
<id>deploy</id>
<phase>deploy</phase>
<goals><goal>deploy</goal></goals>
<goals><goal>publish</goal></goals>
</execution>
</executions>
</plugin>