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 2017/08/21 21:24:30 UTC

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

Author: pauls
Date: Mon Aug 21 21:24:30 2017
New Revision: 1805692

URL: http://svn.apache.org/viewvc?rev=1805692&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.main-5.6.8

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?rev=1805692&r1=1805691&r2=1805692&view=diff
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Mon Aug 21 21:24:30 2017
@@ -27,17 +27,17 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Main</name>
   <artifactId>org.apache.felix.main</artifactId>
-  <version>5.7.0-SNAPSHOT</version>
+  <version>5.6.8</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.6.8</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.6.8</developerConnection>
+      <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.main-5.6.8</url>
     </scm>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>5.7.0-SNAPSHOT</version>
+      <version>5.6.8</version>
     </dependency>
   </dependencies>
   <properties>