You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/08 11:46:00 UTC

[maven-jar-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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

khmarbaise 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 bc84ec0  [maven-release-plugin] prepare for next development iteration
bc84ec0 is described below

commit bc84ec046173efccd2694da66923c1821822ede3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 8 12:46:02 2018 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6cd661b..fc23b17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</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>maven-jar-plugin-3.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>