Skip to content

Commit 844e61a

Browse files
committed
use github
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 43101f9 commit 844e61a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929

3030
<artifactId>maven-shade-plugin</artifactId>
31-
<version>3.6.1</version>
31+
<version>3.6.1-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>Apache Maven Shade Plugin</name>
@@ -58,9 +58,9 @@
5858
</prerequisites>
5959

6060
<scm>
61-
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
62-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
63-
<tag>maven-shade-plugin-3.6.1</tag>
61+
<connection>scm:git:https://github.com/apache/maven-shade-plugin</connection>
62+
<developerConnection>scm:git:https://github.com/apache/maven-shade-plugin</developerConnection>
63+
<tag>HEAD</tag>
6464
<url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
6565
</scm>
6666
<issueManagement>

0 commit comments

Comments
 (0)