Author: ccustine
Date: Tue Dec 22 19:47:08 2009
New Revision: 893290
URL: http://svn.apache.org/viewvc?rev=893290&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=893290&r1=893289&r2=893290&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Tue Dec 22 19:47:08 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>2.0.8</version>
+ <version>2.0.9-SNAPSHOT</version>
<artifactId>org.apache.felix.fileinstall</artifactId>
<dependencies>
<dependency>
@@ -87,10 +87,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.8</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.8</developerConnection>
-
<url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.8</url>
- </scm>
</project>