diff options
author | olivier lamy <olamy@apache.org> | 2018-04-05 07:21:06 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2018-04-05 07:21:06 +1000 |
commit | fea47ddd2da009031fede86924da3e23dad81104 (patch) | |
tree | 82f2fbce1833b7083b9d34d9a88bab7fcd327756 /pom.xml | |
parent | f70089b86f7dce3913457c29013a56c763871372 (diff) | |
download | archiva-fea47ddd2da009031fede86924da3e23dad81104.tar.gz archiva-fea47ddd2da009031fede86924da3e23dad81104.zip |
ooops fix copy/paste
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ </modules> <scm> - <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection> - <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection> + <connection>scm:git:https://gitbox.apache.org/repos/asf/archiva.git</connection> + <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/archiva.git</developerConnection> <url>https://github.com/apache/archiva</url> <tag>HEAD</tag> </scm> |