2 Commits
Author SHA1 Message Date
brian.long bbf8476cc1 artemis-jms-client v2.52 2026-03-03 16:52:07 -05:00
brian.long 1bd4537e00 downgraded artemis-jms-client to v2.43.0 to avoid jre24+ req 2026-01-21 17:18:17 -05:00
2 changed files with 13 additions and 81 deletions
+1 -8
View File
@@ -5,7 +5,7 @@
<groupId>com.inteligr8.activiti</groupId>
<artifactId>mq-activiti-ext-parent</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MQ Activiti Extension Parent</name>
@@ -76,11 +76,4 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>inteligr8-releases</id>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-private/</url>
</repository>
</distributionManagement>
</project>
+12 -73
View File
@@ -6,12 +6,12 @@
<parent>
<groupId>com.inteligr8.activiti</groupId>
<artifactId>mq-activiti-ext-parent</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>
<artifactId>mq-activiti-ext</artifactId>
<version>1.0.12</version>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>MQ Activiti Extension</name>
@@ -34,7 +34,7 @@
<rabbitmq.version>5.18.0</rabbitmq.version>
<activemq.version>5.18.7</activemq.version>
<activemq.jms.version>2.44.0</activemq.jms.version>
<activemq.jms.version>2.52.0</activemq.jms.version>
<activemq.httpPort>8161</activemq.httpPort>
</properties>
@@ -124,7 +124,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<groupId>org.apache.artemis</groupId>
<artifactId>artemis-jms-client</artifactId>
<version>${activemq.jms.version}</version>
<exclusions>
@@ -193,6 +193,14 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.4</version>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -226,7 +234,6 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<id>shade-deps</id>
@@ -385,67 +392,6 @@
</plugins>
</build>
</profile>
<profile>
<id>central-publish</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>source</id>
<phase>package</phase>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
<configuration>
<show>public</show>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign</id>
<phase>verify</phase>
<goals><goal>sign</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
</configuration>
<!-- for some reason this is required... -->
<executions>
<execution>
<id>deploy</id>
<phase>deploy</phase>
<goals><goal>publish</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<repositories>
@@ -458,11 +404,4 @@
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-enterprise-releases</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>inteligr8-releases</id>
<url>https://repos.inteligr8.com/nexus/repository/inteligr8-private/</url>
</repository>
</distributionManagement>
</project>