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 953db68 [maven-release-plugin] prepare for next development iteration
953db68 is described below
commit 953db68045bcd03a1774bab04812b369b5d0640c
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jun 12 19:56:47 2023 +0200
[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 da676e2..6de7c70 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>40</version>
+ <version>41-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 3cbe474..e61d7c1 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>40</version>
+ <version>41-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index aedcdfb..bc83f14 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>40</version>
+ <version>41-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index b69c81e..06c82e5 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>40</version>
+ <version>41-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index cea1e79..8949f57 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>40</version>
+ <version>41-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 31c8dc0..ac3bdea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>40</version>
+ <version>41-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@@ -908,7 +908,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-40</tag>
+ <tag>master</tag>
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
</scm>
@@ -947,7 +947,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:31Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-06-12T17:56:47Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>