You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/11 20:07:33 UTC

[maven-parent] branch master updated: [maven-release-plugin] prepare release maven-parent-39

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 bc3b353  [maven-release-plugin] prepare release maven-parent-39
bc3b353 is described below

commit bc3b3536007e79da0d67d8dcd1eeb395740686cc
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Dec 11 21:07:30 2022 +0100

    [maven-release-plugin] prepare release maven-parent-39
---
 apache-resource-bundles/pom.xml | 2 +-
 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 +++---
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml
index c79061a..53b05f4 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index c77f3d9..4c17184 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>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 02d9685..dc6e086 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>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 57b4d74..32cacdb 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>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 2fbf04b..5db8c18 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>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 446492a..ae92609 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>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index be1e375..028b8fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>39-SNAPSHOT</version>
+  <version>39</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -909,7 +909,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-38</tag>
+    <tag>maven-parent-39</tag>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
   </scm>
 
@@ -948,7 +948,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-11-14T23:11:28Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-12-11T20:07:23Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>