You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/24 11:00:35 UTC

svn commit: r1753904 - /sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml

Author: olli
Date: Sun Jul 24 11:00:35 2016
New Revision: 1753904

URL: http://svn.apache.org/viewvc?rev=1753904&view=rev
Log:
use Sling parent 27

Modified:
    sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml

Modified: sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml?rev=1753904&r1=1753903&r2=1753904&view=diff
==============================================================================
--- sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml (original)
+++ sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml Sun Jul 24 11:00:35 2016
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>26</version>
+    <version>27</version>
     <relativePath/>
   </parent>
 
@@ -78,13 +78,11 @@
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>osgi.core</artifactId>
-      <version>6.0.0</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>osgi.cmpn</artifactId>
-      <version>6.0.0</version>
       <scope>provided</scope>
     </dependency>
     <!-- Pax Exam -->