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

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a473d7  Update to parent 48 and replace fixed plugin versions (#640)
3a473d7 is described below

commit 3a473d750fc303165954b440833c3d8658d3106e
Author: Matthias Bünger <[email protected]>
AuthorDate: Tue May 12 19:23:26 2026 +0200

    Update to parent 48 and replace fixed plugin versions (#640)
---
 pom.xml                                                | 6 +-----
 src/it/announcement-generate-custom-template/pom.xml   | 2 +-
 src/it/report-aggregated-changes-generation/pom.xml    | 2 +-
 src/it/report-changes-generation-notEscapeText/pom.xml | 2 +-
 src/it/report-changes-generation/pom.xml               | 2 +-
 src/it/report-changes-interpolation/pom.xml            | 2 +-
 src/it/report-changes-nofile/pom.xml                   | 2 +-
 src/it/report-changes-skip-snapshots/pom.xml           | 2 +-
 src/it/report-changes-system-noissuemanagement/pom.xml | 2 +-
 src/it/report-changes-system/pom.xml                   | 2 +-
 src/it/report-github/pom.xml                           | 2 +-
 src/it/report-jira-invalid-issuemanagement/pom.xml     | 2 +-
 src/it/report-jira/pom.xml                             | 2 +-
 13 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b88e2a..adaf5cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>47</version>
+    <version>48</version>
     <relativePath />
   </parent>
 
@@ -76,9 +76,6 @@ under the License.
     <doxiaVersion>2.1.0</doxiaVersion>
     <mavenVersion>3.6.3</mavenVersion>
     <mavenResolverVersion>1.4.1</mavenResolverVersion>
-    <version.maven-site-plugin>3.21.0</version.maven-site-plugin>
-
-    <sitePluginVersion>${version.maven-site-plugin}</sitePluginVersion>
     
<project.build.outputTimestamp>2025-05-12T19:07:48Z</project.build.outputTimestamp>
   </properties>
 
@@ -483,7 +480,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>3.9.1</version>
               <configuration>
                 <goals>
                   <goal>clean</goal>
diff --git a/src/it/announcement-generate-custom-template/pom.xml 
b/src/it/announcement-generate-custom-template/pom.xml
index 7e71bcd..01c5b91 100644
--- a/src/it/announcement-generate-custom-template/pom.xml
+++ b/src/it/announcement-generate-custom-template/pom.xml
@@ -82,7 +82,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>
diff --git a/src/it/report-aggregated-changes-generation/pom.xml 
b/src/it/report-aggregated-changes-generation/pom.xml
index 2439511..f7afecb 100644
--- a/src/it/report-aggregated-changes-generation/pom.xml
+++ b/src/it/report-aggregated-changes-generation/pom.xml
@@ -84,7 +84,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-changes-generation-notEscapeText/pom.xml 
b/src/it/report-changes-generation-notEscapeText/pom.xml
index 78ea18b..f89c21a 100644
--- a/src/it/report-changes-generation-notEscapeText/pom.xml
+++ b/src/it/report-changes-generation-notEscapeText/pom.xml
@@ -77,7 +77,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-changes-generation/pom.xml 
b/src/it/report-changes-generation/pom.xml
index 5d0685f..a2821a3 100644
--- a/src/it/report-changes-generation/pom.xml
+++ b/src/it/report-changes-generation/pom.xml
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-changes-interpolation/pom.xml 
b/src/it/report-changes-interpolation/pom.xml
index 373d72b..c18f43f 100644
--- a/src/it/report-changes-interpolation/pom.xml
+++ b/src/it/report-changes-interpolation/pom.xml
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-changes-nofile/pom.xml 
b/src/it/report-changes-nofile/pom.xml
index 4e3c8c0..7c3a6cf 100644
--- a/src/it/report-changes-nofile/pom.xml
+++ b/src/it/report-changes-nofile/pom.xml
@@ -54,7 +54,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>@sitePluginVersion@</version>
+          <version>@version.maven-site-plugin@</version>
         </plugin>
       </plugins>
     </pluginManagement>    
diff --git a/src/it/report-changes-skip-snapshots/pom.xml 
b/src/it/report-changes-skip-snapshots/pom.xml
index b981955..60c8887 100644
--- a/src/it/report-changes-skip-snapshots/pom.xml
+++ b/src/it/report-changes-skip-snapshots/pom.xml
@@ -54,7 +54,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>@sitePluginVersion@</version>
+          <version>@version.maven-site-plugin@</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/src/it/report-changes-system-noissuemanagement/pom.xml 
b/src/it/report-changes-system-noissuemanagement/pom.xml
index 568fe68..d10cfc8 100644
--- a/src/it/report-changes-system-noissuemanagement/pom.xml
+++ b/src/it/report-changes-system-noissuemanagement/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-changes-system/pom.xml 
b/src/it/report-changes-system/pom.xml
index 6323c5e..df85f90 100644
--- a/src/it/report-changes-system/pom.xml
+++ b/src/it/report-changes-system/pom.xml
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
         <configuration> 
           <locales>en,fr</locales>
         </configuration>
diff --git a/src/it/report-github/pom.xml b/src/it/report-github/pom.xml
index c4e126d..0ccb27c 100644
--- a/src/it/report-github/pom.xml
+++ b/src/it/report-github/pom.xml
@@ -48,7 +48,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>@sitePluginVersion@</version>
+          <version>@version.maven-site-plugin@</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/src/it/report-jira-invalid-issuemanagement/pom.xml 
b/src/it/report-jira-invalid-issuemanagement/pom.xml
index 19360b1..62e5a85 100644
--- a/src/it/report-jira-invalid-issuemanagement/pom.xml
+++ b/src/it/report-jira-invalid-issuemanagement/pom.xml
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>@sitePluginVersion@</version>
+        <version>@version.maven-site-plugin@</version>
       </plugin>      
     </plugins>
   </build>  
diff --git a/src/it/report-jira/pom.xml b/src/it/report-jira/pom.xml
index 12faceb..b3a30b0 100644
--- a/src/it/report-jira/pom.xml
+++ b/src/it/report-jira/pom.xml
@@ -48,7 +48,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>@sitePluginVersion@</version>
+          <version>@version.maven-site-plugin@</version>
         </plugin>
       </plugins>
     </pluginManagement>

Reply via email to