This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 6649d53 Upgrade maven-plugin-plugin 6649d53 is described below commit 6649d53c33308f78f98749bac0ccb9542a008874 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Feb 22 15:09:45 2019 +0100 Upgrade maven-plugin-plugin --- parent/pom.xml | 4 ++-- tooling/parent/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index dc53ec1..1c4e2b4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -471,8 +471,8 @@ <maven-jar-plugin-version>3.1.1</maven-jar-plugin-version> <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version> <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version> - <maven-plugin-plugin-version>3.5.2</maven-plugin-plugin-version> - <maven-plugin-annotations-version>3.5</maven-plugin-annotations-version> + <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version> + <maven-plugin-annotations-version>3.6.0</maven-plugin-annotations-version> <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version> <maven-remote-resources-plugin-version>1.5</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 cf96497..0ee9045 100644 --- a/tooling/parent/pom.xml +++ b/tooling/parent/pom.xml @@ -38,7 +38,7 @@ <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.5</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>