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 253b595 [maven-release-plugin] prepare release maven-parent-40
253b595 is described below
commit 253b595ed73aac06185346692bb7b60372f73b97
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jun 12 19:56:39 2023 +0200
[maven-release-plugin] prepare release maven-parent-40
---
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 32b6358..da676e2 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-SNAPSHOT</version>
+ <version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index b6360a9..3cbe474 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-SNAPSHOT</version>
+ <version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 24233ca..aedcdfb 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-SNAPSHOT</version>
+ <version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 13461fd..b69c81e 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-SNAPSHOT</version>
+ <version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index ed7d095..cea1e79 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-SNAPSHOT</version>
+ <version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 818f5b8..31c8dc0 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-SNAPSHOT</version>
+ <version>40</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>master</tag>
+ <tag>maven-parent-40</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>2022-12-11T20:07:39Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2023-06-12T17:56:31Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>