Author: jbonofre
Date: Thu Nov 25 10:21:50 2010
New Revision: 1038984
URL: http://svn.apache.org/viewvc?rev=1038984&view=rev
Log:
Fix the scm URLs.
Modified:
servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
Modified: servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml?rev=1038984&r1=1038983&r2=1038984&view=diff
==============================================================================
--- servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml Thu Nov 25 10:21:50
2010
@@ -32,9 +32,9 @@
<name>ServiceMix :: Maven2 JBI Plugin</name>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/jbi-maven-plugin/tags/jbi-maven-plugin-4.4</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/jbi-maven-plugin/tags/jbi-maven-plugin-4.4</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/jbi-maven-plugin/tags/jbi-maven-plugin-4.4</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/jbi-maven-plugin/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/jbi-maven-plugin/trunk</url>
</scm>
<properties>