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


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

commit c182d80f65559e2818cb9ed0cfae297825d4ea27
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat May 23 17:29:40 2020 +0200

    [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 986f118..d705702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.2.4</version>
+  <version>3.3.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Shade Plugin</name>
@@ -47,7 +47,7 @@
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
     
<url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-shade-plugin-3.2.4</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -69,7 +69,7 @@
     <javaVersion>7</javaVersion>
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>8.0</asmVersion>
-    
<project.build.outputTimestamp>2020-05-23T15:29:17Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2020-05-23T15:29:40Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>

Reply via email to