This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch ARCHETYPE-543 in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
commit 83e4446349819e2b145d99a24052e74f459e3e00 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Apr 7 16:36:23 2018 +0200 [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f5b76c..fb280d7 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ <plugin> <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> - <version>1.8.3</version><!-- regression in Modello 1.8 causing build failure --> + <version>1.9.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- To stop receiving notification emails like this one, please contact khmarba...@apache.org.