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 e99211c  [maven-release-plugin] prepare release maven-shared-jar-3.1.1
e99211c is described below

commit e99211cf99e3e500e571b0e7f0a09fba0d3d7afe
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Thu Jun 20 22:40:52 2024 +0200

    [maven-release-plugin] prepare release maven-shared-jar-3.1.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 223fe4f..c83cde8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-shared-jar</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1</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.1</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-01T19:45:01Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-06-20T20:40:38Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to