You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/12/17 11:01:13 UTC

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

Author: gnodet
Date: Thu Dec 17 10:01:13 2009
New Revision: 891613

URL: http://svn.apache.org/viewvc?rev=891613&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.fileinstall-2.0.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=891613&r1=891612&r2=891613&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Thu Dec 17 10:01:13 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.5-SNAPSHOT</version>
+  <version>2.0.6</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -87,4 +87,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</url>
+  </scm>
 </project>