This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git
The following commit(s) were added to refs/heads/master by this push: new 5125982 [maven-release-plugin] prepare for next development iteration 5125982 is described below commit 5125982bea33dda5336edda20bee031feb5a8c22 Author: Michael Osipov <micha...@apache.org> AuthorDate: Thu Jun 20 22:41:01 2024 +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 c83cde8..fff9f99 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-shared-jar</artifactId> - <version>3.1.1</version> + <version>3.1.2-SNAPSHOT</version> <name>Apache Maven JAR Utilities</name> <description>Utilities that help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.</description> @@ -36,7 +36,7 @@ <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-jar.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-jar.git</developerConnection> - <tag>maven-shared-jar-3.1.1</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-shared-jar/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -58,7 +58,7 @@ <javaVersion>8</javaVersion> <mavenVersion>3.6.3</mavenVersion> <slf4jVersion>1.7.36</slf4jVersion> - <project.build.outputTimestamp>2024-06-20T20:40:38Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-20T20:41:01Z</project.build.outputTimestamp> </properties> <dependencies>