Author: jasha
Date: Tue Apr 17 07:38:43 2012
New Revision: 1326969
URL: http://svn.apache.org/viewvc?rev=1326969&view=rev
Log:
RAVE-477 use correct scm urls for this branch
Modified:
rave/branches/bootstrap/pom.xml
Modified: rave/branches/bootstrap/pom.xml
URL:
http://svn.apache.org/viewvc/rave/branches/bootstrap/pom.xml?rev=1326969&r1=1326968&r2=1326969&view=diff
==============================================================================
--- rave/branches/bootstrap/pom.xml (original)
+++ rave/branches/bootstrap/pom.xml Tue Apr 17 07:38:43 2012
@@ -38,9 +38,9 @@
<version>0.11-SNAPSHOT</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/rave/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/rave/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/rave/branches/bootstrap</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/branches/bootstrap</developerConnection>
+ <url>http://svn.apache.org/viewvc/rave/branches/bootstrap/</url>
</scm>
<properties>