You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/21 12:14:56 UTC

[sling-org-apache-sling-launchpad-testing] branch issue/SLING-10830 created (now 5513307)

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

rombert pushed a change to branch issue/SLING-10830
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git.


      at 5513307  SLING-10830 - Run Sling ITs with Java 17 as well

This branch includes the following new commits:

     new 5513307  SLING-10830 - Run Sling ITs with Java 17 as well

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-launchpad-testing] 01/01: SLING-10830 - Run Sling ITs with Java 17 as well

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch issue/SLING-10830
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git

commit 5513307ee3d1cc7c78e974050efba1a5f116ffb2
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 21 14:03:48 2021 +0200

    SLING-10830 - Run Sling ITs with Java 17 as well
    
    Update to the latest parent pom.
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3644bfe..638cd1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33</version>
+        <version>45</version>
         <relativePath />
     </parent>
 
@@ -44,7 +44,8 @@
   </scm>
 
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
         
         <!-- empty by design, will be activated using profiles -->
         <sling.debug.options />
@@ -288,11 +289,13 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
+            <version>6.0.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.cmpn</artifactId>
+            <version>6.0.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>