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 2008/08/06 12:17:24 UTC

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

Author: fmeschbe
Date: Wed Aug  6 03:17:22 2008
New Revision: 683212

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

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=683212&r1=683211&r2=683212&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Wed Aug  6 03:17:22 2008
@@ -30,7 +30,7 @@
         Implementation of the Declarative Services specification 1.0
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</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.4</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.scr-1.0.4</url>
+  </scm>
 </project>