You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/04/30 16:50:27 UTC

svn commit: r770259 - /felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml

Author: clement
Date: Thu Apr 30 14:50:26 2009
New Revision: 770259

URL: http://svn.apache.org/viewvc?rev=770259&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml

Modified: felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml?rev=770259&r1=770258&r2=770259&view=diff
==============================================================================
--- felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml (original)
+++ felix/trunk/ipojo/junit4osgi/junit4osgi/pom.xml Thu Apr 30 14:50:26 2009
@@ -26,7 +26,7 @@
 	<packaging>bundle</packaging>
 	<name>Junit4Osgi</name>
 	<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
-	<version>1.0.0</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -131,10 +131,4 @@
 			</plugin>
 		</plugins>
 	</build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.junit4osgi-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.junit4osgi-1.0.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.junit4osgi-1.0.0</url>
-  </scm>
 </project>