This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 5d4cb1e Upgrade maven versions and flattern plugin 5d4cb1e is described below commit 5d4cb1e0502d93f33d6d644c591e4744694e97a2 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Dec 23 07:25:57 2020 +0100 Upgrade maven versions and flattern plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 722f836..89a48e0 100644 --- a/pom.xml +++ b/pom.xml @@ -397,13 +397,13 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> - <version>2.7</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.2.1</version> + <version>1.2.5</version> <executions> <execution> <id>default-cli</id>