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

gnodet pushed a commit to branch mvn4
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/mvn4 by this push:
     new 81f7bb7  Switch a few core plugins to the new api
81f7bb7 is described below

commit 81f7bb7f04bd2a2ed0ab7d6e65936fde76ecd191
Author: Guillaume Nodet <[email protected]>
AuthorDate: Thu Feb 24 17:00:57 2022 +0100

    Switch a few core plugins to the new api
---
 pom.xml                                            | 6 +++---
 src/main/resources/analyze-report_de.properties    | 2 ++
 src/main/resources/analyze-report_pt_BR.properties | 2 ++
 src/main/resources/analyze-report_sv.properties    | 2 ++
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 256c818..df71355 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>34</version>
+    <version>35-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
@@ -91,11 +91,11 @@ under the License.
   <properties>
     <mavenVersion>4.0.0-alpha-1-SNAPSHOT</mavenVersion>
     <doxiaVersion>2.0.0-M2-SNAPSHOT</doxiaVersion>
-    <doxiaSitetoolsVersion>2.0.0-M1-SNAPSHOT</doxiaSitetoolsVersion>
+    <doxiaSitetoolsVersion>2.0.0-M3-SNAPSHOT</doxiaSitetoolsVersion>
     <jettyVersion>9.4.41.v20210516</jettyVersion>
     <pluginTestingVersion>3.4.0-SNAPSHOT</pluginTestingVersion>
     <javaVersion>8</javaVersion>
-    <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
+    <mavenPluginToolsVersion>3.6.5-SNAPSHOT</mavenPluginToolsVersion>
     
<project.build.outputTimestamp>2021-06-07T12:17:08Z</project.build.outputTimestamp>
     <slf4j.version>1.7.32</slf4j.version>
   </properties>
diff --git a/src/main/resources/analyze-report_de.properties 
b/src/main/resources/analyze-report_de.properties
index 9f18ae7..8d6e6a2 100644
--- a/src/main/resources/analyze-report_de.properties
+++ b/src/main/resources/analyze-report_de.properties
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# CHECKSTYLE_OFF: LineLength
+
 analyze.report.name=Abh�ngigkeitsanalyse
 analyze.report.description=Eine Analysebericht der Projektabh�ngigkeiten 
(verwendet und deklariert, verwendet aber nicht deklariert, unverwendet aber 
deklariert)
 analyze.report.header=Abh�ngigkeitsanalyse
diff --git a/src/main/resources/analyze-report_pt_BR.properties 
b/src/main/resources/analyze-report_pt_BR.properties
index c846423..256c0f9 100644
--- a/src/main/resources/analyze-report_pt_BR.properties
+++ b/src/main/resources/analyze-report_pt_BR.properties
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# CHECKSTYLE_OFF: LineLength
+
 analyze.report.name=An\u00e1lise de Depend\u00eancias
 analyze.report.description=An\u00e1lise de Depend\u00eancias do projeto 
(usadas e declaradas, usadas e n\u00e3o declaradas, n\u00e3o usadas e 
declaradas)
 analyze.report.header=Relat\u00f3rio de Depend\u00eancias
diff --git a/src/main/resources/analyze-report_sv.properties 
b/src/main/resources/analyze-report_sv.properties
index 8176011..5460cdb 100644
--- a/src/main/resources/analyze-report_sv.properties
+++ b/src/main/resources/analyze-report_sv.properties
@@ -15,6 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# CHECKSTYLE_OFF: LineLength
+
 analyze.report.name=Beroendeanalys
 analyze.report.description=Beroendeanalys av projektet (anv\u00e4nda 
deklarerade, anv\u00e4nda odeklarerade, oanv\u00e4nda deklarerade)
 analyze.report.header=Beroenderapport

Reply via email to