This is an automated email from the ASF dual-hosted git repository.
cstamas 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 9a572e2 [maven-release-plugin] prepare release
maven-shade-plugin-3.6.0
9a572e2 is described below
commit 9a572e232d652a12a2404fe3cbe57fb588a87318
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue May 28 17:15:42 2024 +0200
[maven-release-plugin] prepare release maven-shade-plugin-3.6.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2cfbf0a..c9ae414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.5.4-SNAPSHOT</version>
+ <version>3.6.0</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Shade Plugin</name>
@@ -60,7 +60,7 @@
<scm>
<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>
- <tag>HEAD</tag>
+ <tag>maven-shade-plugin-3.6.0</tag>
<url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -84,7 +84,7 @@
<currentVersion>${project.version}</currentVersion>
<asmVersion>9.7</asmVersion>
<slf4j.version>1.7.36</slf4j.version>
-
<project.build.outputTimestamp>2024-04-20T15:33:41Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-05-28T15:15:36Z</project.build.outputTimestamp>
</properties>
<dependencies>