We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff1135 commit 57da225Copy full SHA for 57da225
pom.xml
@@ -34,9 +34,8 @@
34
<description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
35
36
<scm>
37
- <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</connection>
38
- <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</developerConnection>
39
- <tag>HEAD</tag>
+ <connection>scm:git:https://github.com/apache/maven-archiver.git</connection>
+ <developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
40
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
41
</scm>
42
<issueManagement>
0 commit comments