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 5c7ca41 [maven-release-plugin] prepare for next development iteration 5c7ca41 is described below commit 5c7ca41bd9820f1e3bd9b01799349feabe4dc868 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Thu May 11 22:50:20 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 1034ff0..7cadd90 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>maven-shared-utils</artifactId> - <version>3.4.2</version> + <version>3.4.3-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.2</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-05-11T20:49:40Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-05-11T20:50:20Z</project.build.outputTimestamp> <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> </properties>