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/07/21 20:23:53 UTC

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

Author: clement
Date: Tue Jul 21 18:23:53 2009
New Revision: 796432

URL: http://svn.apache.org/viewvc?rev=796432&view=rev
Log:
[maven-release-plugin] 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=796432&r1=796431&r2=796432&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Tue Jul 21 18:23:53 2009
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-ipojo-plugin</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.4.0</version>
+  <version>1.5.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO Maven Plugin</name>
   <packaging>maven-plugin</packaging>
   
@@ -106,10 +106,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.4.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.4.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.4.0</url>
-  </scm>
 </project>