Author: reto
Date: Sun Jun 1 21:56:00 2014
New Revision: 1599057
URL: http://svn.apache.org/r1599057
Log:
STANBOL-1351: fixed scm path in reactor
Modified:
stanbol/branches/security-0.99/pom.xml
Modified: stanbol/branches/security-0.99/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/branches/security-0.99/pom.xml?rev=1599057&r1=1599056&r2=1599057&view=diff
==============================================================================
--- stanbol/branches/security-0.99/pom.xml (original)
+++ stanbol/branches/security-0.99/pom.xml Sun Jun 1 21:56:00 2014
@@ -44,10 +44,10 @@
<scm>
<connection>
-
scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
+
scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/security-0.99
</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99/authentication.basic
+
scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/security-0.99
</developerConnection>
<url>http://stanbol.apache.org/</url>
</scm>