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

sjaranowski 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 2dc9eb5  [maven-release-plugin] prepare release 
maven-shared-utils-3.4.2
2dc9eb5 is described below

commit 2dc9eb5ea2b4ed2573bd96282a16e0340083c87a
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu May 11 22:50:12 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 56dab59..1034ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>3.4.2-SNAPSHOT</version>
+  <version>3.4.2</version>
 
   <name>Apache Maven Shared Utils</name>
   <description>Shared utilities for use by Maven core and plugins</description>
@@ -41,7 +41,7 @@
   <scm>
     
<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>
-    <tag>HEAD</tag>
+    <tag>maven-shared-utils-3.4.2</tag>
     
<url>https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -61,7 +61,7 @@
 
   <properties>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
-    
<project.build.outputTimestamp>2023-04-30T20:51:00Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-05-11T20:49:40Z</project.build.outputTimestamp>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
   </properties>

Reply via email to