You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/04/29 10:40:27 UTC

svn commit: r769711 - /felix/trunk/scr/pom.xml

Author: fmeschbe
Date: Wed Apr 29 08:40:25 2009
New Revision: 769711

URL: http://svn.apache.org/viewvc?rev=769711&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.scr-1.0.8

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=769711&r1=769710&r2=769711&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Apr 29 08:40:25 2009
@@ -30,7 +30,7 @@
         Implementation of the Declarative Services specification 1.0
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
+    <version>1.0.8</version>
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -90,4 +90,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.8</url>
+  </scm>
 </project>