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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17091d8  [maven-release-plugin] prepare release 
maven-shared-utils-3.3.4
17091d8 is described below

commit 17091d82508deb9b7067f3434ba16f660ffc5023
Author: Maarten Mulders <[email protected]>
AuthorDate: Mon Apr 26 15:54:15 2021 +0200

    [maven-release-plugin] prepare release maven-shared-utils-3.3.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7516b15..8faf21d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>3.3.4-SNAPSHOT</version>
+  <version>3.3.4</version>
 
   <name>Apache Maven Shared Utils</name>
   <description>Shared utilities for use by Maven core and plugins</description>
@@ -36,7 +36,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</developerConnection>
     
<url>https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-shared-utils-3.3.4</tag>
  </scm>
   <issueManagement>
     <system>jira</system>
@@ -61,7 +61,7 @@
 
   <properties>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2021-04-26T13:53:43Z</project.build.outputTimestamp>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.1.0</mavenVersion>
   </properties>

Reply via email to