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 2015/06/17 16:57:55 UTC

svn commit: r1686040 - /felix/trunk/framework/pom.xml

Author: pauls
Date: Wed Jun 17 14:57:54 2015
New Revision: 1686040

URL: http://svn.apache.org/r1686040
Log:
[maven-release-plugin] prepare release org.apache.felix.framework-5.0.1

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=1686040&r1=1686039&r2=1686040&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Wed Jun 17 14:57:54 2015
@@ -27,14 +27,14 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Framework</name>
   <artifactId>org.apache.felix.framework</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
+  <version>5.0.1</version>
   <properties>
     <dollar>$</dollar>
   </properties>
   <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/framework</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/framework</developerConnection>
-      <url>http://svn.apache.org/repos/asf/felix/framework</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.0.1</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.0.1</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.framework-5.0.1</url>
   </scm>
 
   <build>
@@ -135,7 +135,7 @@
     <dependency>
        <groupId>org.apache.felix</groupId>
        <artifactId>org.apache.felix.resolver</artifactId>
-       <version>1.4.0-SNAPSHOT</version>
+       <version>1.4.0</version>
        <scope>provided</scope>
     </dependency>
     <dependency>