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

mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


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

commit b55e8cd5d26f97d55723e38f8d718af1df9d1993
Author: Matt Pavlovich <[email protected]>
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)
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 914f3dfb5..c55271126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,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>
@@ -1173,9 +1173,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>
@@ -1376,8 +1376,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>

Reply via email to