This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0393d2379a55756c925281a26fd939575ffd1ac8 Author: Guillaume Nodet <[email protected]> AuthorDate: Fri Jan 17 15:56:22 2020 +0100 [CAMEL-14444] Build speed improvements: switch to flatten-maven-plugin 1.2.1 --- archetypes/pom.xml | 2 +- pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index a8908ff..57af885 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -50,7 +50,7 @@ <build> <plugins> - <!-- skip flattern plugin as this breaks all the archetypes --> + <!-- skip flatten plugin as this breaks all the archetypes --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 7915c1e..615710b 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.1.0</version> </plugin> </plugins> @@ -324,7 +323,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> - <version>1.1.0</version> + <version>1.2.1</version> <executions> <execution> <id>default-cli</id>
