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/12/16 18:10:42 UTC

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e8eaa79  [maven-release-plugin] prepare for next development iteration
e8eaa79 is described below

commit e8eaa79e273c5d2b2e02eb1b8a964b2160081e0e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 16 19:10:36 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 7e17a55..84bdf62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>3.2.1</version>
+  <version>3.2.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Source Plugin</name>
@@ -61,7 +61,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-source-plugin-3.2.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -81,7 +81,7 @@ under the License.
   <properties>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
-    <project.build.outputTimestamp>2019-12-16T18:10:01Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2019-12-16T18:10:36Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>