This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 844e61a4a235461e3315435bbd19fe0ffce4a118 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Wed Sep 10 10:49:59 2025 +1000 use github Signed-off-by: Olivier Lamy <ol...@apache.org> --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 25c7715..74bb313 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>maven-shade-plugin</artifactId> - <version>3.6.1</version> + <version>3.6.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Shade Plugin</name> @@ -58,9 +58,9 @@ </prerequisites> <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>maven-shade-plugin-3.6.1</tag> + <connection>scm:git:https://github.com/apache/maven-shade-plugin</connection> + <developerConnection>scm:git:https://github.com/apache/maven-shade-plugin</developerConnection> + <tag>HEAD</tag> <url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement>