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 2008/10/14 11:16:07 UTC

svn commit: r704405 - /felix/trunk/ipojo/plugin/pom.xml

Author: clement
Date: Tue Oct 14 02:16:06 2008
New Revision: 704405

URL: http://svn.apache.org/viewvc?rev=704405&view=rev
Log:
Prepare for next development iteration

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

Modified: felix/trunk/ipojo/plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/pom.xml?rev=704405&r1=704404&r2=704405&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Tue Oct 14 02:16:06 2008
@@ -9,7 +9,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>maven-ipojo-plugin</artifactId>
 	<groupId>org.apache.felix</groupId>
-	<version>1.0.0</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<name>Apache Felix iPOJO Maven Plugin</name>
 	<packaging>maven-plugin</packaging>
 	<dependencies>
@@ -42,18 +42,13 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>
-			<version>1.0.0</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-			<version>1.0.0</version>
+			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.0.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.0.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.0.0</url>
-  </scm>
 </project>
\ No newline at end of file