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 2022/03/24 18:05:00 UTC

[maven-shade-plugin] branch master updated: Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0"

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


The following commit(s) were added to refs/heads/master by this push:
     new e5dcf95  Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0"
e5dcf95 is described below

commit e5dcf95ab7956dc52fdf5e6cf465576c5b6a2ef8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 24 19:04:51 2022 +0100

    Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0"
    
    This reverts commit c2473cbab1837b499f144d3de98f7e8c3ca32d4e.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b47f260..4c5727e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>34</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-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.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -71,7 +71,7 @@
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>9.2</asmVersion>
     <slf4j.version>1.7.32</slf4j.version>
-    <project.build.outputTimestamp>2022-03-24T18:02:54Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-07-14T11:28:32Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>