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 bf5bee6  [maven-release-plugin] prepare release 
maven-shared-utils-3.4.0
bf5bee6 is described below

commit bf5bee692de6d31bb4c426d5cc80a5105ec1adbd
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Apr 27 21:53:36 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index 2fbf9a0..3b67859 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>3.4.0</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.0</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>2021-04-26T13:54:25Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-04-27T19:53:11Z</project.build.outputTimestamp>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
   </properties>

Reply via email to