You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/14 22:56:49 UTC

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

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git


The following commit(s) were added to refs/heads/master by this push:
     new 402dec5  [maven-release-plugin] prepare for next development iteration
402dec5 is described below

commit 402dec5eebf643032ed09c5c1dd1b11c50cb39e2
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 14 23:56:46 2022 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13cce53..43b2699 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,20 +30,20 @@
   </parent>
 
   <artifactId>maven-shared-resources</artifactId>
-  <version>5</version>
+  <version>6-SNAPSHOT</version>
 
   <name>Apache Maven Shared Resources</name>
   <description>A collection of templates that are specific to the Maven project.</description>
 
   <properties>
-    <project.build.outputTimestamp>2022-11-14T22:55:55Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-14T22:56:46Z</project.build.outputTimestamp>
   </properties>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-resources.git</developerConnection>
     <url>https://github.com/apache/maven-shared-resources/tree/${project.scm.tag}</url>
-    <tag>maven-shared-resources-5</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>