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 2012/10/29 16:33:27 UTC

svn commit: r1403369 - /felix/trunk/metatype/pom.xml

Author: fmeschbe
Date: Mon Oct 29 15:33:27 2012
New Revision: 1403369

URL: http://svn.apache.org/viewvc?rev=1403369&view=rev
Log:
Add missing scm element preventing a successful release.

Modified:
    felix/trunk/metatype/pom.xml

Modified: felix/trunk/metatype/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/metatype/pom.xml?rev=1403369&r1=1403368&r2=1403369&view=diff
==============================================================================
--- felix/trunk/metatype/pom.xml (original)
+++ felix/trunk/metatype/pom.xml Mon Oct 29 15:33:27 2012
@@ -54,6 +54,12 @@
         </dependency>
     </dependencies>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/metatype</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/metatype</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/metatype</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>