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:22:12 UTC

[sling-maven-plugin] branch bugfix/fix-mount-goals created (now 142823b)

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

kwin pushed a change to branch bugfix/fix-mount-goals
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git


      at 142823b  releng: build with the latest 3 LTS Java releases

This branch includes the following new commits:

     new 142823b  releng: build with the latest 3 LTS Java releases

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-maven-plugin] 01/01: releng: build with the latest 3 LTS Java releases

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

kwin pushed a commit to branch bugfix/fix-mount-goals
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git

commit 142823b58d0b79f6bf2628ac2b266f888d2923b0
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]
+  }
+}