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 2020/12/23 07:24:09 UTC

[camel] branch master updated: Upgrade maven versions and flattern plugin

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 a006cc2  Upgrade maven versions and flattern plugin
a006cc2 is described below

commit a006cc28d50129f4d42fd3bd1bac027cf977b24f
Author: Claus Ibsen <cl...@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 67b3b49..ba2fd61 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>