CLEREZZA-926: fixed scm uri in reactor
Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/6a5a8150 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/6a5a8150 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/6a5a8150 Branch: refs/heads/master Commit: 6a5a815082abf98a0a4eedf3af4237f43f86ae19 Parents: 95328ac Author: Reto Bachmann-Gmür <[email protected]> Authored: Mon Jun 30 23:23:06 2014 +0200 Committer: Reto Bachmann-Gmür <[email protected]> Committed: Mon Jun 30 23:23:06 2014 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/6a5a8150/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a3dba3..4a23298 100644 --- a/pom.xml +++ b/pom.xml @@ -381,9 +381,9 @@ <scm> - <url>http://svn.apache.org/viewvc/incubator/clerezza</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/clerezza/trunk/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/clerezza/trunk/</developerConnection> + <url>http://git.apache.org/clerezza.git/</url> + <connection>scm:git:git://git.apache.org/clerezza.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/clerezza.git</developerConnection> </scm> <!-- lets generate reports -->
