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 623f756 [maven-release-plugin] prepare release maven-shared-jar-3.1.0 623f756 is described below commit 623f75673155290ab645578b280cc3db5fc7f986 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Jun 1 21:44:53 2024 +0200 [maven-release-plugin] prepare release maven-shared-jar-3.1.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 42495a5..45c5cf6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-shared-jar</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.1.0</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>HEAD</tag> + <tag>maven-shared-jar-3.1.0</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>2023-04-15T15:52:39Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-01T19:44:39Z</project.build.outputTimestamp> </properties> <dependencies>