You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/03 21:06:44 UTC

[logging-log4j2] branch release-2.x updated (7d4b43191c -> 82628b8bb3)

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

pkarwasz pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from 7d4b43191c Centralize plugin versions in main POM
     add 63d11af1b8 Bump maven-toolchains-plugin from 3.0.0 to 3.1.0
     new ceeed0e09a Add missing `maven-scm-plugin` version
     new 6ba5c59b2d Bump maven-jxr-plugin from 3.2.0 to 3.3.0
     new f4b9a475e4 Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
     new 03d26ff2fa Bump checkstyle from 8.45.1 to 9.3
     new 82628b8bb3 Bump maven-pmd-plugin from 3.16.0 to 3.19.0

The 5 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 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


[logging-log4j2] 04/05: Bump checkstyle from 8.45.1 to 9.3

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 03d26ff2fa3cec65adb08b3c4d16aad9721be860
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:26:14 2022 +0000

    Bump checkstyle from 8.45.1 to 9.3
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 9.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45.1...checkstyle-9.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e5e7b82663..430c856611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
     <asciidoctor-maven-plugin.version>2.2.2</asciidoctor-maven-plugin.version>
     <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
     <!-- checkstyle 10.0 requires Java 11 -->
-    <checkstyle.version>8.45.1</checkstyle.version>
+    <checkstyle.version>9.3</checkstyle.version>
     <checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
     <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
     <docker-maven-plugin.version>0.40.2</docker-maven-plugin.version>


[logging-log4j2] 01/05: Add missing `maven-scm-plugin` version

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit ceeed0e09a738b10ae791586d535173616aedfe1
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Mon Oct 3 22:06:15 2022 +0200

    Add missing `maven-scm-plugin` version
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6da5cae99f..f9e59eb1f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,6 +272,7 @@
     <!-- Do not update the pdf plugin version without verifying the new version works by running mvn site -->
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
     <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
+    <maven-scm-plugin.version>1.12.2</maven-scm-plugin.version>
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>
     <maven-toolchains-plugin.version>3.1.0</maven-toolchains-plugin.version>


[logging-log4j2] 03/05: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit f4b9a475e41ed409f9bbe25b6f5f02e972bbcb92
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:26:03 2022 +0000

    Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
    
    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f191f6ca23..e5e7b82663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@
     <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
     <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
     <maven-changes-plugin.version>2.12.1</maven-changes-plugin.version>
-    <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
+    <maven-checkstyle-plugin.version>3.2.0</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
     <maven-doap-plugin.version>1.2</maven-doap-plugin.version>
     <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>


[logging-log4j2] 05/05: Bump maven-pmd-plugin from 3.16.0 to 3.19.0

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 82628b8bb39ab9688bed3c7da57f0807866fd686
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:25:54 2022 +0000

    Bump maven-pmd-plugin from 3.16.0 to 3.19.0
    
    Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.16.0 to 3.19.0.
    - [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
    - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.16.0...maven-pmd-plugin-3.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-pmd-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 430c856611..a0014e0d66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
     <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
     <!-- Do not update the pdf plugin version without verifying the new version works by running mvn site -->
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
-    <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
+    <maven-pmd-plugin.version>3.19.0</maven-pmd-plugin.version>
     <maven-scm-plugin.version>1.12.2</maven-scm-plugin.version>
     <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
     <maven-taglib-plugin.version>2.4</maven-taglib-plugin.version>


[logging-log4j2] 02/05: Bump maven-jxr-plugin from 3.2.0 to 3.3.0

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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 6ba5c59b2d1b686d68b107d8740ea65183e4d04b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 18:25:54 2022 +0000

    Bump maven-jxr-plugin from 3.2.0 to 3.3.0
    
    Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-jxr/releases)
    - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.2.0...jxr-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-jxr-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9e59eb1f3..f191f6ca23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,7 @@
     <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
     <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
     <maven-doap-plugin.version>1.2</maven-doap-plugin.version>
-    <maven-jxr-plugin.version>3.2.0</maven-jxr-plugin.version>
+    <maven-jxr-plugin.version>3.3.0</maven-jxr-plugin.version>
     <!-- Do not update the pdf plugin version without verifying the new version works by running mvn site -->
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
     <maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>