Compare commits

..

16 Commits

Author SHA1 Message Date
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

50
pom.xml
View File

@@ -7,17 +7,17 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>25.2.0</version>
<version>23.3.0</version>
<relativePath></relativePath>
</parent>
<groupId>com.inteligr8.alfresco</groupId>
<artifactId>cxf-jaxrs-platform-module</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3.0-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>
@@ -52,7 +52,6 @@
<maven.compiler.release>11</maven.compiler.release>
<alfresco.sdk.version>5.2.0</alfresco.sdk.version>
<common-rest-client.version>3.0.3-cxf</common-rest-client.version>
<unimportant.version>[1.0.0,)</unimportant.version>
</properties>
@@ -67,7 +66,6 @@
</dependency>
<!-- Provided by ACS -->
<!-- versions need to be explicit for central-publishing-maven-plugin -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
@@ -77,13 +75,11 @@
<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>
@@ -101,26 +97,21 @@
<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>
@@ -140,24 +131,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>com.inteligr8</groupId>
<artifactId>common-rest-client</artifactId>
<version>${common-rest-client.version}</version>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
</dependency>
</dependencies>
@@ -195,7 +178,7 @@
</properties>
</profile>
<profile>
<id>central-publish</id>
<id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
@@ -212,20 +195,19 @@
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<!-- for some reason this is required... -->
<executions>
<execution>
<id>deploy</id>
<id>ossrh-deploy</id>
<phase>deploy</phase>
<goals><goal>publish</goal></goals>
<goals><goal>deploy</goal></goals>
</execution>
</executions>
</plugin>