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 7895c43  [maven-release-plugin] prepare for next development iteration
7895c43 is described below

commit 7895c432e678ea8ce3756a063eb0cd840c5aa84c
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Nov 8 23:49:02 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 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 46303ac..abfce77 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</version>
+    <version>42-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.doxia</groupId>
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index e459189..ad3bf04 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</version>
+    <version>42-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.extensions</groupId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 63ab35e..860a76d 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</version>
+    <version>42-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 41d61cb..ea88f10 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</version>
+    <version>42-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.shared</groupId>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 12d7529..0c620d6 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</version>
+    <version>42-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.skins</groupId>
diff --git a/pom.xml b/pom.xml
index dc9bf71..1e538bf 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</version>
+  <version>42-SNAPSHOT</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>maven-parent-41</tag>
+    <tag>master</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-11-08T22:48:46Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-11-08T22:49:01Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to