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 17:01:13 UTC

svn commit: r1686043 - /felix/trunk/main/pom.xml

Author: pauls
Date: Wed Jun 17 15:01:13 2015
New Revision: 1686043

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

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1686043&r1=1686042&r2=1686043&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Wed Jun 17 15:01:13 2015
@@ -27,17 +27,17 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>5.1.0-SNAPSHOT</version>
+  <version>5.0.1</version>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/main</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/main</developerConnection>
-      <url>http://svn.apache.org/repos/asf/felix/main</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.1</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.1</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.0.1</url>
     </scm>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>${project.version}</version>
+      <version>5.0.1</version>
     </dependency>
   </dependencies>
   <properties>