Repository: archiva Updated Branches: refs/heads/archiva-1.3.x f9c239711 -> 8787e5941
fix SCM URLs Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/8787e594 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/8787e594 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/8787e594 Branch: refs/heads/archiva-1.3.x Commit: 8787e5941c134b78ff4247397b30d882edf9eb79 Parents: f9c2397 Author: Brett Porter <[email protected]> Authored: Fri Apr 11 22:52:34 2014 +1000 Committer: Brett Porter <[email protected]> Committed: Fri Apr 11 22:52:34 2014 +1000 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/8787e594/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 634b9de..f830f03 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>
