You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2022/10/19 13:24:25 UTC

[sling-org-apache-sling-commons-messaging] branch master updated (160ee2a -> 7d8aaaf)

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

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git


    from 160ee2a  [maven-release-plugin] prepare for next development iteration
     new 3dd1db9  update build plugins
     new 2cd1c6c  disable dependabot
     new a147ecf  build with Java 8, 11 and 17
     new 7d8aaaf  SLING-11628 Update to Sling Bundle Parent 49

The 4 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.


Summary of changes:
 .asf.yaml          |  3 +++
 .sling-module.json |  9 +++++++++
 pom.xml            | 12 ++++++------
 3 files changed, 18 insertions(+), 6 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .sling-module.json


[sling-org-apache-sling-commons-messaging] 01/04: update build plugins

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git

commit 3dd1db9c372bdaad010f0052be2d232d837c81a5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:19:32 2022 +0200

    update build plugins
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18319c9..c1e0908 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,12 +51,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.1.2</version>
+        <version>3.2.0</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>9.0.1</version>
+            <version>10.3.4</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.14.0</version>
+        <version>3.19.0</version>
         <configuration>
           <targetJdk>${sling.java.version}</targetJdk>
           <excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>
@@ -96,13 +96,13 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.3.0</version>
+        <version>4.7.2.0</version>
         <configuration>
           <plugins>
             <plugin>
               <groupId>com.h3xstream.findsecbugs</groupId>
               <artifactId>findsecbugs-plugin</artifactId>
-              <version>1.11.0</version>
+              <version>1.12.0</version>
             </plugin>
           </plugins>
         </configuration>


[sling-org-apache-sling-commons-messaging] 03/04: build with Java 8, 11 and 17

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git

commit a147ecf6e95d6428544c50d41045e374dcaf4629
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:22:14 2022 +0200

    build with Java 8, 11 and 17
---
 .sling-module.json | 9 +++++++++
 1 file changed, 9 insertions(+)

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


[sling-org-apache-sling-commons-messaging] 02/04: disable dependabot

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git

commit 2cd1c6c73168c2707510781a0b1a50e56a3992ea
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:21:44 2022 +0200

    disable dependabot
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..d4d0dd5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,3 @@
+github:
+  dependabot_alerts: false
+  dependabot_updates: false


[sling-org-apache-sling-commons-messaging] 04/04: SLING-11628 Update to Sling Bundle Parent 49

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-messaging.git

commit 7d8aaafae305f86e2a4778519e725d2ddfe218f2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Oct 19 15:24:07 2022 +0200

    SLING-11628 Update to Sling Bundle Parent 49
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1e0908..6459967 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>46</version>
+    <version>49</version>
     <relativePath />
   </parent>