You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/05 18:21:41 UTC

[maven-jar-plugin] branch master updated: [maven-release-plugin] prepare release maven-jar-plugin-3.2.1

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-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 50a8e0b  [maven-release-plugin] prepare release maven-jar-plugin-3.2.1
50a8e0b is described below

commit 50a8e0b1cd43f5b4319226a7579c6feee063698d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 5 19:21:37 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 8dd152b..f456262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.2.1-SNAPSHOT</version>
+  <version>3.2.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JAR Plugin</name>
@@ -57,7 +57,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-jar-plugin-3.2.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -79,7 +79,7 @@
     <mavenArchiverVersion>3.5.2</mavenArchiverVersion>
     <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-01-05T18:21:27Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>