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

svn commit: r1769060 - /sling/trunk/installer/providers/file/pom.xml

Author: cziegeler
Date: Thu Nov 10 09:07:55 2016
New Revision: 1769060

URL: http://svn.apache.org/viewvc?rev=1769060&view=rev
Log:
Update to parent pom 29

Modified:
    sling/trunk/installer/providers/file/pom.xml

Modified: sling/trunk/installer/providers/file/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/providers/file/pom.xml?rev=1769060&r1=1769059&r2=1769060&view=diff
==============================================================================
--- sling/trunk/installer/providers/file/pom.xml (original)
+++ sling/trunk/installer/providers/file/pom.xml Thu Nov 10 09:07:55 2016
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>26</version>
+        <version>29</version>
         <relativePath/>
     </parent>
 
@@ -42,10 +42,6 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/installer/providers/file/</url>
     </scm>
 
-    <properties>
-        <sling.java.version>7</sling.java.version>
-    </properties>
-    
     <build>
         <plugins>
 
@@ -80,11 +76,7 @@
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
+            <artifactId>osgi.core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -106,7 +98,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configadmin</artifactId>
-            <version>1.2.8</version>
+            <version>1.8.10</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>