You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/02 14:55:20 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.

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

commit 57bfc0a0ee006ea9cab24a0c8a26c84ec0397434
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 2 16:55:20 2021 +0200

    [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 6555c8d..e973008 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,20 +30,20 @@
   </parent>
 
   <artifactId>maven-shared-resources</artifactId>
-  <version>4</version>
+  <version>5-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>2021-10-02T14:55:02Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-10-02T14:55:20Z</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-4</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>