This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 4ab420b SLING-12080 Update to Bnd 7.0.0 (#37)
4ab420b is described below
commit 4ab420b0ceadb057358fe1e957a93ba86b04c6f8
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Nov 17 17:26:04 2023 +0100
SLING-12080 Update to Bnd 7.0.0 (#37)
Require Java 17+ for the build
Update versions to 60-SNAPSHOT
---
.sling-module.json | 5 +++++
pom.xml | 2 +-
sling-bundle-parent/pom.xml | 5 +++--
sling-parent/pom.xml | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..cfad4d2
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+ "jenkins": {
+ "jdks": [17, 21]
+ }
+}
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index fca978d..cb138c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling-parent-reactor</artifactId>
<packaging>pom</packaging>
- <version>53-SNAPSHOT</version>
+ <version>60-SNAPSHOT</version>
<!-- the ASF parent is necessary to trigger the right release profile -->
<parent>
diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index e29c370..d7bf501 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>53-SNAPSHOT</version>
+ <version>60-SNAPSHOT</version>
<relativePath>../sling-parent</relativePath>
</parent>
@@ -39,7 +39,8 @@
</scm>
<properties>
- <bnd.version>6.4.0</bnd.version>
+ <bnd.version>7.0.0</bnd.version>
+ <minimalJavaBuildVersion>17</minimalJavaBuildVersion><!-- Bnd 7+
requires Java 17 -->
</properties>
<build>
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index aee6c04..e3ee6b6 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<packaging>pom</packaging>
- <version>53-SNAPSHOT</version>
+ <version>60-SNAPSHOT</version>
<name>Apache Sling (Parent)</name>
<description>The parent project for Apache Sling</description>