Author: sahoo Date: Thu Jan 20 12:05:44 2011 New Revision: 1061257 URL: http://svn.apache.org/viewvc?rev=1061257&view=rev Log: [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.6
Modified: felix/trunk/fileinstall/pom.xml Modified: felix/trunk/fileinstall/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=1061257&r1=1061256&r2=1061257&view=diff ============================================================================== --- felix/trunk/fileinstall/pom.xml (original) +++ felix/trunk/fileinstall/pom.xml Thu Jan 20 12:05:44 2011 @@ -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>3.1.5-SNAPSHOT</version> + <version>3.1.6</version> <artifactId>org.apache.felix.fileinstall</artifactId> <dependencies> <dependency> @@ -110,4 +110,10 @@ </plugin> </plugins> </build> + + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.6</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.6</developerConnection> + <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.6</url> + </scm> </project>