Compare commits

..

18 Commits

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

49
pom.xml
View File

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