You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2010/12/26 22:20:56 UTC

svn commit: r1052951 - /felix/trunk/framework.security/pom.xml

Author: pauls
Date: Sun Dec 26 21:20:56 2010
New Revision: 1052951

URL: http://svn.apache.org/viewvc?rev=1052951&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.1

Modified:
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1052951&r1=1052950&r2=1052951&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Sun Dec 26 21:20:56 2010
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Security Provider</name>
   <artifactId>org.apache.felix.framework.security</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.4.1</version>
   <description>
     This bundle provides an implementation of the OSGi security for Apache Felix.
   </description>
@@ -74,4 +74,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-1.4.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-1.4.1</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework.security-1.4.1</url>
+  </scm>
 </project>