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 19:44:29 UTC

[sling-org-apache-sling-commons-content-analyzing] branch master updated (6cd5dd9 -> b776264)

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-content-analyzing.git.


    from 6cd5dd9  SLING-10799 Update to Sling Bundle Parent 45
     new 839b2dd  SLING-10628 Enable code checks with Checkstyle
     new b776264  SLING-10875 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-content-analyzing] 02/02: SLING-10875 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-content-analyzing.git

commit b77626442fa0820aae948d4a0da1f3ca30daf9bd
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 21:37:29 2021 +0200

    SLING-10875 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 4a10f7b..efc62d3 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>
 

[sling-org-apache-sling-commons-content-analyzing] 01/02: SLING-10628 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-content-analyzing.git

commit 839b2dd8bc571575ef686a8ca6a2dc8bc819d98e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Oct 19 21:32:49 2021 +0200

    SLING-10628 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 33f7506..4a10f7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,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>