Author: djencks
Date: Tue Oct 29 16:20:41 2013
New Revision: 1536791

URL: http://svn.apache.org/r1536791
Log:
FELIX-4298 change to running tests against R5 config admin by default

Modified:
    felix/trunk/scr/pom.xml

Modified: felix/trunk/scr/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/scr/pom.xml?rev=1536791&r1=1536790&r2=1536791&view=diff
==============================================================================
--- felix/trunk/scr/pom.xml (original)
+++ felix/trunk/scr/pom.xml Tue Oct 29 16:20:41 2013
@@ -70,7 +70,7 @@
         <bundle.file.name>
             ${bundle.build.name}/${project.build.finalName}.jar
         </bundle.file.name>
-        <felix.ca.version>1.0.10</felix.ca.version>
+        <felix.ca.version>1.8.0</felix.ca.version>
     </properties>
     
     
@@ -185,6 +185,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configadmin</artifactId>
+            <version>1.8.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-atinject_1.0_spec</artifactId>
             <version>1.0</version>
@@ -495,11 +501,11 @@
             </dependencies>
         </profile>
         <profile>
-            <!--  use to test with R5 ca, change count, targetetPids -->
-            <!--  remember you need to specify all profiles using this, e.g. 
-PcaR5,felix -->
-            <id>caR5</id>
+            <!--  use to test with R4 ca, without change count, targetetPids, 
location changed event -->
+            <!--  remember you need to specify all profiles using this, e.g. 
-PcaR4,felix -->
+            <id>caR4</id>
             <properties>
-                <felix.ca.version>1.6.1-SNAPSHOT</felix.ca.version>
+                <felix.ca.version>1.0.10</felix.ca.version>
             </properties>
         </profile>
     </profiles>


Reply via email to