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 177f48d commit 36b100fCopy full SHA for 36b100f
pom.xml
@@ -33,9 +33,8 @@
33
<description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
34
35
<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>
+ <connection>scm:git:https://github.com/apache/maven-archiver.git</connection>
+ <developerConnection>scm:git:https://github.com/apache/maven-archiver.git</developerConnection>
39
<url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
40
</scm>
41
<issueManagement>
0 commit comments