You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/10 18:57:38 UTC

[camel] branch main updated: Revert "Upgrade maven-plugin-plugin to 3.6.2"

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 902f2d5  Revert "Upgrade maven-plugin-plugin to 3.6.2"
902f2d5 is described below

commit 902f2d5ae05f72e764312ec63e16316aee18e7c6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 10 19:56:53 2021 +0100

    Revert "Upgrade maven-plugin-plugin to 3.6.2"
    
    This reverts commit 34d95b7f1123769aff8566bbcfb4f8162adf1db7.
---
 camel-dependencies/pom.xml | 4 ++--
 parent/pom.xml             | 4 ++--
 tooling/parent/pom.xml     | 3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index c943616..3987856 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -396,8 +396,8 @@
     <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
     <maven-model-version>3.2.5</maven-model-version>
     <maven-owasp-plugin-version>6.5.0</maven-owasp-plugin-version>
-    <maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
-    <maven-plugin-plugin-version>3.6.2</maven-plugin-plugin-version>
+    <maven-plugin-annotations-version>3.6.1</maven-plugin-annotations-version>
+    <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
     <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
     <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
     <maven-reporting-api-version>2.2.1</maven-reporting-api-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index e358659..a38242e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -381,8 +381,8 @@
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
         <maven-model-version>3.2.5</maven-model-version>
-        <maven-plugin-plugin-version>3.6.2</maven-plugin-plugin-version>
-        <maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
+        <maven-plugin-plugin-version>3.6.1</maven-plugin-plugin-version>
+        <maven-plugin-annotations-version>3.6.1</maven-plugin-annotations-version>
         <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
         <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
         <!-- resources plugin needed by Camel maven archetypes -->
diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml
index 3f7a911..ee22f94 100644
--- a/tooling/parent/pom.xml
+++ b/tooling/parent/pom.xml
@@ -33,11 +33,12 @@
     <description>Camel Tooling Parent POM</description>
 
     <properties>
+
         <maven-version>3.1.1</maven-version>
         <maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
         <maven-project-version>2.2.1</maven-project-version>
         <maven-dependency-tree-version>2.2</maven-dependency-tree-version>
-        <maven-plugin-annotations-version>3.6.2</maven-plugin-annotations-version>
+        <maven-plugin-annotations-version>3.6.0</maven-plugin-annotations-version>
         <maven-reporting-api-version>3.0</maven-reporting-api-version>
         <maven-reporting-impl-version>2.4</maven-reporting-impl-version>
         <maven-resolver-version>1.0.3</maven-resolver-version>