You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2008/08/26 16:09:54 UTC

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

Author: cziegeler
Date: Tue Aug 26 07:09:53 2008
New Revision: 689087

URL: http://svn.apache.org/viewvc?rev=689087&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.fileinstall-0.9.0

Modified:
    felix/trunk/fileinstall/pom.xml

Modified: felix/trunk/fileinstall/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/pom.xml?rev=689087&r1=689086&r2=689087&view=diff
==============================================================================
--- felix/trunk/fileinstall/pom.xml (original)
+++ felix/trunk/fileinstall/pom.xml Tue Aug 26 07:09:53 2008
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -59,4 +59,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</url>
+  </scm>
 </project>