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/07/20 17:09:33 UTC

[maven-parent] branch master updated: [maven-release-plugin] prepare for next development iteration

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

commit c15b37518defbd706d5c0682abcbe8a4f779f73e
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Jul 20 19:09:30 2022 +0200

    [maven-release-plugin] prepare for next development iteration
---
 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 4bf7d7c..c3779bd 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index eae24e1..2b2f0f7 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index 58a3852..b8c49f3 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index e545300..4b8cf53 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 8bf71d3..3a55cdd 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 494e48b..77d4f6c 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 97ce63b..19cec6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>37</version>
+  <version>38-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven</name>
@@ -902,7 +902,7 @@ under the License.
     <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>
     <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
-    <tag>maven-parent-37</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <ciManagement>
@@ -936,7 +936,7 @@ under the License.
     <surefire.version>3.0.0-M7</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2022-07-20T17:08:54Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-20T17:09:29Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>