You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2016/07/14 04:17:00 UTC

svn commit: r1752581 - /felix/sandbox/scr-r7/pom.xml

Author: cziegeler
Date: Thu Jul 14 04:17:00 2016
New Revision: 1752581

URL: http://svn.apache.org/viewvc?rev=1752581&view=rev
Log:
Add R7 to version

Modified:
    felix/sandbox/scr-r7/pom.xml

Modified: felix/sandbox/scr-r7/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/scr-r7/pom.xml?rev=1752581&r1=1752580&r2=1752581&view=diff
==============================================================================
--- felix/sandbox/scr-r7/pom.xml (original)
+++ felix/sandbox/scr-r7/pom.xml Thu Jul 14 04:17:00 2016
@@ -27,10 +27,10 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Declarative Services</name>
     <description>
-        Implementation of the Declarative Services specification 1.3
+        Implementation of the Declarative Services specification 1.4
     </description>
     <artifactId>org.apache.felix.scr</artifactId>
-    <version>2.0.5-SNAPSHOT</version>
+    <version>2.0.5-R7-SNAPSHOT</version>
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scr</developerConnection>
@@ -70,7 +70,7 @@
         <bundle.file.name>
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
-        <felix.ca.version>1.8.0</felix.ca.version>
+        <felix.ca.version>1.8.10</felix.ca.version>
     </properties>