Skip to content

Commit 36b100f

Browse files
committed
use github as scm
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 177f48d commit 36b100f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
<description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
3434

3535
<scm>
36-
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</connection>
37-
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</developerConnection>
38-
<tag>maven-archiver-4.0.0-beta-2</tag>
36+
<connection>scm:git:https://github.com/apache/maven-archiver.git</connection>
37+
<developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
3938
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
4039
</scm>
4140
<issueManagement>

0 commit comments

Comments
 (0)