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/09/04 10:17:52 UTC

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

Author: clement
Date: Fri Sep  4 08:17:51 2009
New Revision: 811261

URL: http://svn.apache.org/viewvc?rev=811261&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=811261&r1=811260&r2=811261&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Fri Sep  4 08:17:51 2009
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-ipojo-plugin</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.4.2</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.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.4.2</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.4.2</url>
-  </scm>
 </project>