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

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


The following commit(s) were added to refs/heads/master by this push:
     new e08f133  [maven-release-plugin] prepare release maven-parent-49
e08f133 is described below

commit e08f133ab88a6fbe3978b46ef779f813bb279217
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Thu Jun 25 22:34:54 2026 +0200

    [maven-release-plugin] prepare release maven-parent-49
---
 docs/maven-extensions/pom.xml        | 4 ++--
 docs/maven-plugins/pom.xml           | 4 ++--
 docs/maven-shared-components/pom.xml | 4 ++--
 docs/maven-skins/pom.xml             | 4 ++--
 docs/pom.xml                         | 4 ++--
 maven-extensions/pom.xml             | 2 +-
 maven-plugins/pom.xml                | 2 +-
 maven-shared-components/pom.xml      | 2 +-
 maven-skins/pom.xml                  | 2 +-
 pom.xml                              | 6 +++---
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/docs/maven-extensions/pom.xml b/docs/maven-extensions/pom.xml
index 8422e35..755a5d3 100644
--- a/docs/maven-extensions/pom.xml
+++ b/docs/maven-extensions/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>docs</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
@@ -35,7 +35,7 @@ under the License.
   <url>https://maven.apache.org/pom/maven/maven-extensions</url>
 
   <scm>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-extensions</url>
   </scm>
 
diff --git a/docs/maven-plugins/pom.xml b/docs/maven-plugins/pom.xml
index 86da6e0..aedf500 100644
--- a/docs/maven-plugins/pom.xml
+++ b/docs/maven-plugins/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>docs</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
@@ -35,7 +35,7 @@ under the License.
   <url>https://maven.apache.org/pom/maven/maven-plugins</url>
 
   <scm>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-plugins</url>
   </scm>
 
diff --git a/docs/maven-shared-components/pom.xml 
b/docs/maven-shared-components/pom.xml
index fd9e65f..da1ccd9 100644
--- a/docs/maven-shared-components/pom.xml
+++ b/docs/maven-shared-components/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>docs</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.shared</groupId>
@@ -35,7 +35,7 @@ under the License.
   <url>https://maven.apache.org/pom/maven/maven-shared-components</url>
 
   <scm>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-shared-components</url>
   </scm>
 
diff --git a/docs/maven-skins/pom.xml b/docs/maven-skins/pom.xml
index c426a7f..d9628ea 100644
--- a/docs/maven-skins/pom.xml
+++ b/docs/maven-skins/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>docs</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.skins</groupId>
@@ -35,7 +35,7 @@ under the License.
   <url>https://maven.apache.org/pom/maven/maven-skins</url>
 
   <scm>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-skins</url>
   </scm>
 
diff --git a/docs/pom.xml b/docs/pom.xml
index e32352e..9e937eb 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <artifactId>docs</artifactId>
@@ -41,7 +41,7 @@ under the License.
   </modules>
 
   <scm>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
   </scm>
 
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index dfc552a..3261f42 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.extensions</groupId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index f859575..432aa8b 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 9e62a72..8ae9f98 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.shared</groupId>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 2e26878..8829853 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>49-SNAPSHOT</version>
+    <version>49</version>
   </parent>
 
   <groupId>org.apache.maven.skins</groupId>
diff --git a/pom.xml b/pom.xml
index f5d75ea..88707c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>49-SNAPSHOT</version>
+  <version>49</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -945,7 +945,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
-    <tag>master</tag>
+    <tag>maven-parent-49</tag>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
   </scm>
 
@@ -988,7 +988,7 @@ under the License.
     <version.plexus-xml>3.0.1</version.plexus-xml>
     <versions.junit5>5.14.4</versions.junit5>
     <version.maven-shared-resources>6</version.maven-shared-resources>
-    
<project.build.outputTimestamp>2026-05-06T21:30:14Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2026-06-25T20:34:50Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to