You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/10/30 16:04:25 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9065] Replace ianal-maven-plugin with geronimo tools-maven-plugin for JDK 17 support (#901)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new bc1bd8087 [AMQ-9065] Replace ianal-maven-plugin with geronimo tools-maven-plugin for JDK 17 support (#901)
bc1bd8087 is described below

commit bc1bd8087fc552f19c31d5e0e30fe7c9eb52ce85
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Tue Aug 30 11:28:26 2022 -0500

    [AMQ-9065] Replace ianal-maven-plugin with geronimo tools-maven-plugin for JDK 17 support (#901)
    
    (cherry picked from commit b55e8cd5d26f97d55723e38f8d718af1df9d1993)
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index befe054cf..efb6c31eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
     <taglist-maven-plugin-version>3.0.0</taglist-maven-plugin-version>
     <build-helper-maven-plugin-version>3.3.0</build-helper-maven-plugin-version>
     <apache-rat-plugin-version>0.13</apache-rat-plugin-version>
-    <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
+    <tools-maven-plugin-version>1.4</tools-maven-plugin-version>
     <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
     <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
     <maven-project-info-reports-plugin-version>3.4.0</maven-project-info-reports-plugin-version>
@@ -1174,9 +1174,9 @@
           <version>${maven-bundle-plugin-version}</version>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>ianal-maven-plugin</artifactId>
-          <version>${ianal-maven-plugin-version}</version>
+          <groupId>org.apache.geronimo.genesis.plugins</groupId>
+          <artifactId>tools-maven-plugin</artifactId>
+          <version>${tools-maven-plugin-version}</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
@@ -1377,8 +1377,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>ianal-maven-plugin</artifactId>
+        <groupId>org.apache.geronimo.genesis.plugins</groupId>
+        <artifactId>tools-maven-plugin</artifactId>
         <executions>
           <execution>
             <goals>