You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2009/06/22 22:33:16 UTC

svn commit: r787388 - /felix/trunk/fileinstall/pom.xml

Author: pauls
Date: Mon Jun 22 20:33:16 2009
New Revision: 787388

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

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=787388&r1=787387&r2=787388&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Mon Jun 22 20:33:16 2009
@@ -29,7 +29,7 @@
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
   <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
-  <version>1.2.0</version>
+  <version>1.3.0-SNAPSHOT</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -76,10 +76,4 @@
 	   </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-1.2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-1.2.0</developerConnection>
-    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-1.2.0</url>
-  </scm>
 </project>