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 2021/10/19 09:45:46 UTC

[sling-org-apache-sling-commons-messaging] branch master updated (aa954f9 -> 95e2123)

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 aa954f9  SLING-10801 Update to Sling Bundle Parent 45
     new 296e8e3  SLING-10636 Enable code checks with Checkstyle
     new 95e2123  SLING-10874 Update to Sling Bundle Parent 46

The 2 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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[sling-org-apache-sling-commons-messaging] 01/02: SLING-10636 Enable code checks with Checkstyle

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 296e8e392e98bdc8d13e691af5648171741fe85b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 11:43:58 2021 +0200

    SLING-10636 Enable code checks with Checkstyle
    
    update dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92c7a1f..78b708f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>9.0</version>
+            <version>9.0.1</version>
           </dependency>
           <dependency>
             <groupId>de.bildschirmarbeiter</groupId>

[sling-org-apache-sling-commons-messaging] 02/02: SLING-10874 Update to Sling Bundle Parent 46

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 95e2123ae36eb030789679a871a3d7c23b3f005b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 11:45:16 2021 +0200

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

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