summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2014-04-11 22:52:34 +1000
committerBrett Porter <brett@apache.org>2014-04-11 22:52:34 +1000
commit8787e5941c134b78ff4247397b30d882edf9eb79 (patch)
treeb325fd18151815f4f552823becaaf2cbea2d661e
parentf9c2397117c5c16f03698c48137d68ba8637beca (diff)
downloadarchiva-8787e5941c134b78ff4247397b30d882edf9eb79.tar.gz
archiva-8787e5941c134b78ff4247397b30d882edf9eb79.zip
fix SCM URLs
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 634b9ded0..f830f03fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,9 +37,9 @@
<version>1.3.8-SNAPSHOT</version>
<url>http://archiva.apache.org</url>
<scm>
- <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</connection>
- <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva-site.git</developerConnection>
- <url>https://github.com/apache/archiva-site</url>
+ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</connection>
+ <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection>
+ <url>https://github.com/apache/archiva</url>
</scm>
<build>