You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/15 15:00:42 UTC

[maven-pmd-plugin] branch master updated (aa0fa82 -> c7d779f)

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

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


    from aa0fa82  Bump release-drafter/release-drafter from 5.19.0 to 5.20.0
     new 7e18eb1  [MPMD-338] Upgrade to Doxia/Doxia Sitetools to 1.11.1
     new 0a6b60c  [MPMD-339] Upgrade plugins in ITs
     new be11e49  [MPMD-340] Upgrade Maven Reporting API/Impl to 3.1.0
     new c7d779f  [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0

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


[maven-pmd-plugin] 02/04: [MPMD-339] Upgrade plugins in ITs

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 0a6b60c0fc86806b7dd99b5addd47ee6696a22bf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:06 2022 +0200

    [MPMD-339] Upgrade plugins in ITs
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06ab0a7..7a63d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,8 +91,8 @@ under the License.
     <javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
     <pmdVersion>6.45.0</pmdVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <sitePluginVersion>3.7.1</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
+    <sitePluginVersion>3.12.0</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
     <project.build.outputTimestamp>2022-02-05T09:47:26Z</project.build.outputTimestamp>
   </properties>
 


[maven-pmd-plugin] 04/04: [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit c7d779f93f81a8c846ec5ca9f0eadf27e5aef0f1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:45 2022 +0200

    [MPMD-341] Upgrade Maven Plugin Test Harness to 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7cdd2b0..de2861c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[maven-pmd-plugin] 01/04: [MPMD-338] Upgrade to Doxia/Doxia Sitetools to 1.11.1

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 7e18eb120aad6f14b7e971ef2cbd7cb385ad9ca9
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:57:22 2022 +0200

    [MPMD-338] Upgrade to Doxia/Doxia Sitetools to 1.11.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ddbecf6..06ab0a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,8 +86,8 @@ under the License.
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <doxiaVersion>1.9.1</doxiaVersion>
-    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
+    <doxiaVersion>1.11.1</doxiaVersion>
+    <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
     <pmdVersion>6.45.0</pmdVersion>
     <slf4jVersion>1.7.36</slf4jVersion>


[maven-pmd-plugin] 03/04: [MPMD-340] Upgrade Maven Reporting API/Impl to 3.1.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit be11e49656f7e47a42cf8a6d8a8ec8ac605b0a6d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:30 2022 +0200

    [MPMD-340] Upgrade Maven Reporting API/Impl to 3.1.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a63d82..7cdd2b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,12 +209,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.0</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>