You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/13 17:23:18 UTC

[sling-maven-plugin] branch master updated: releng: build with the latest 3 LTS Java releases

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-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 74a117f  releng: build with the latest 3 LTS Java releases
74a117f is described below

commit 74a117fabe27f0bc14d11745d48220c3131962db
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sat Aug 13 19:22:07 2022 +0200

    releng: build with the latest 3 LTS Java releases
---
 .sling-module.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
new file mode 100644
index 0000000..cac4c4c
--- /dev/null
+++ b/.sling-module.json
@@ -0,0 +1,5 @@
+{
+  "jenkins": {
+    "jdks": [8, 11, 17]
+  }
+}