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 020cc01 [maven-release-plugin] prepare for next development iteration 020cc01 is described below commit 020cc01ad570d641ee6c054fd798767d14986d1e Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Thu Apr 27 21:53:44 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 3b67859..55e1c98 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-shared-utils</artifactId> - <version>3.4.0</version> + <version>3.4.1-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.0</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-27T19:53:11Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-04-27T19:53:44Z</project.build.outputTimestamp> <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> </properties>