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 37fa530  [maven-release-plugin] prepare for next development iteration
37fa530 is described below

commit 37fa530eb02729a81345d7121e8a57082b1e372b
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Apr 30 22:51:01 2023 +0200

    [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 a75d783..64233ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>3.4.1</version>
+  <version>3.4.2-SNAPSHOT</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>maven-shared-utils-3.4.1</tag>
+    <tag>HEAD</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:50:29Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-04-30T20:51:00Z</project.build.outputTimestamp>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
   </properties>

Reply via email to