You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/05/28 11:15:30 UTC

[sling-org-apache-sling-feature-apiregions] branch master updated: Make the build work with Java 11

This is an automated email from the ASF dual-hosted git repository.

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new 656ed45  Make the build work with Java 11
656ed45 is described below

commit 656ed45c6c28c1b85d0fa4443c75b2a4a80787bb
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue May 28 12:14:56 2019 +0100

    Make the build work with Java 11
    
    Updated several dependencies to newer versions.
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f5bafea..cc15dc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>35</version>
         <relativePath />
     </parent>
 
@@ -38,7 +38,7 @@
     </scm>
 
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
     </properties>
 
     <build>
@@ -46,6 +46,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>4.2.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -75,6 +76,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>        
 
@@ -87,7 +89,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.8.9</version>
+            <version>2.27.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>