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 2020/12/29 17:12:16 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 4a9c81e  [maven-release-plugin] prepare for next development iteration
4a9c81e is described below

commit 4a9c81eca64ffa6058839f3a530a1e8f550669a2
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 18:12:15 2020 +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 dcd5921..998c932 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,20 +30,20 @@
   </parent>
 
   <artifactId>maven-shared-resources</artifactId>
-  <version>3</version>
+  <version>4-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>2020-12-29T17:11:56Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-29T17:12:14Z</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-3</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>