You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/29 21:47:10 UTC

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

This is an automated email from the ASF dual-hosted git repository.

hboutemy 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 d91fff8  [maven-release-plugin] prepare release maven-jar-plugin-3.2.0
d91fff8 is described below

commit d91fff882f19b0ba9ba90aceca53447cada824ab
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Oct 29 22:47:00 2019 +0100

    [maven-release-plugin] prepare release maven-jar-plugin-3.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dbb1d33..ebcd152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>3.2.0</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.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>