Author: chirino
Date: Tue Jun 10 09:49:03 2008
New Revision: 666198
URL: http://svn.apache.org/viewvc?rev=666198&view=rev
Log:
making the version info and scm info correct
Modified:
servicemix/maven-plugins/servicemix-build/trunk/pom.xml
Modified: servicemix/maven-plugins/servicemix-build/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/maven-plugins/servicemix-build/trunk/pom.xml?rev=666198&r1=666197&r2=666198&view=diff
==============================================================================
--- servicemix/maven-plugins/servicemix-build/trunk/pom.xml (original)
+++ servicemix/maven-plugins/servicemix-build/trunk/pom.xml Tue Jun 10 09:49:03
2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-pom</artifactId>
- <version>1.0</version>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>servicemix-build</artifactId>
@@ -39,9 +39,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/build/tags/servicemix-build-1.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/build/tags/servicemix-build-1.0</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/build/tags/servicemix-build-1.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/servicemix-build/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/servicemix-build/trunk</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/servicemix-build/trunk</url>
</scm>
<dependencies>