Author: rotty3000
Date: Fri Jan 4 05:59:14 2019
New Revision: 1850313
URL: http://svn.apache.org/viewvc?rev=1850313&view=rev
Log:
[gogo] fix bas scm urls in BOM
Modified:
felix/trunk/gogo/bom/pom.xml
Modified: felix/trunk/gogo/bom/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/gogo/bom/pom.xml?rev=1850313&r1=1850312&r2=1850313&view=diff
==============================================================================
--- felix/trunk/gogo/bom/pom.xml (original)
+++ felix/trunk/gogo/bom/pom.xml Fri Jan 4 05:59:14 2019
@@ -35,9 +35,9 @@
<version>1.0.1-SNAPSHOT</version>
<url>http://felix.apache.org/</url>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/gogo/bom</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/gogo/bom</developerConnection>
- <url>https://svn.apache.org/repos/asf/felix/gogo/bom</url>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo/bom/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/gogo/bom/</developerConnection>
+ <url>https://svn.apache.org/repos/asf/felix/trunk/gogo/bom/</url>
</scm>
<dependencyManagement>