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 1e2b457 [maven-release-plugin] prepare for next development iteration
1e2b457 is described below
commit 1e2b45718424bf59ac30c410f3dea779f598c06a
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Mar 2 11:52:20 2026 +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 a99ec89..388f69b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.6.2</version>
+ <version>3.6.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Shade Plugin</name>
@@ -60,7 +60,7 @@
<scm>
<connection>scm:git:https://github.com/apache/maven-shade-plugin.git</connection>
<developerConnection>scm:git:https://github.com/apache/maven-shade-plugin.git</developerConnection>
- <tag>maven-shade-plugin-3.6.2</tag>
+ <tag>HEAD</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.9.1</asmVersion>
<slf4j.version>1.7.36</slf4j.version>
-
<project.build.outputTimestamp>2026-03-02T10:52:11Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-03-02T10:52:20Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>