Repository: archiva Updated Branches: refs/heads/archiva-1.3.x e84c725a7 -> c6d3d927f
fix scm information Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/1115ae2c Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/1115ae2c Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/1115ae2c Branch: refs/heads/archiva-1.3.x Commit: 1115ae2c2f46493b164b04e21f2a66ee39c3a273 Parents: e84c725 Author: Olivier Lamy <[email protected]> Authored: Thu Apr 10 10:36:54 2014 +1000 Committer: Olivier Lamy <[email protected]> Committed: Thu Apr 10 10:36:54 2014 +1000 ---------------------------------------------------------------------- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/1115ae2c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5bed089..a114f23 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:svn:http://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</developerConnection> - <url>http://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x</url> + <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> </scm> <build> @@ -180,7 +180,6 @@ <artifactId>maven-release-plugin</artifactId> <version>2.4.1</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase> <useReleaseProfile>false</useReleaseProfile> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals>
