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:04 UTC

[maven-shared-resources] branch master updated: [maven-release-plugin] prepare release maven-shared-resources-3

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 efd6d39  [maven-release-plugin] prepare release maven-shared-resources-3
efd6d39 is described below

commit efd6d39015a41eefd0ec7a58c2bad90e0c6f1885
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 18:12:02 2020 +0100

    [maven-release-plugin] prepare release maven-shared-resources-3
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 69e1e74..dcd5921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,24 +26,24 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-shared-resources</artifactId>
-  <version>3-SNAPSHOT</version>
+  <version>3</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-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-12-29T17:11:56Z</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>HEAD</tag>
+    <tag>maven-shared-resources-3</tag>
   </scm>
   <issueManagement>
     <system>jira</system>