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

sjaranowski 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 7af26aa  [maven-release-plugin] prepare release maven-parent-41
7af26aa is described below

commit 7af26aa27f274e92791e93f50ebb587bb7d2c358
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Nov 8 23:48:54 2023 +0100

    [maven-release-plugin] prepare release maven-parent-41
---
 doxia-tools/pom.xml             | 2 +-
 maven-extensions/pom.xml        | 2 +-
 maven-plugins/pom.xml           | 2 +-
 maven-shared-components/pom.xml | 2 +-
 maven-skins/pom.xml             | 2 +-
 pom.xml                         | 6 +++---
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 584c5e1..46303ac 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>41-SNAPSHOT</version>
+    <version>41</version>
   </parent>
 
   <groupId>org.apache.maven.doxia</groupId>
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index c5d31d1..e459189 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>41-SNAPSHOT</version>
+    <version>41</version>
   </parent>
 
   <groupId>org.apache.maven.extensions</groupId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 2beba3c..63ab35e 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>41-SNAPSHOT</version>
+    <version>41</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index fa9f2ed..41d61cb 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>41-SNAPSHOT</version>
+    <version>41</version>
   </parent>
 
   <groupId>org.apache.maven.shared</groupId>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index b8a8b7e..12d7529 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>41-SNAPSHOT</version>
+    <version>41</version>
   </parent>
 
   <groupId>org.apache.maven.skins</groupId>
diff --git a/pom.xml b/pom.xml
index cbec26d..dc9bf71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>41-SNAPSHOT</version>
+  <version>41</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -928,7 +928,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-41</tag>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
   </scm>
 
@@ -968,7 +968,7 @@ under the License.
     <!-- don't fail check for some rules that are too hard to enforce (could 
even be told broken for some)
          and those that are enforced by the formatting checks from spotless -->
     
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2023-06-12T17:56:47Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-11-08T22:48:46Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to