This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-archetype-nbm-suite-root.git
The following commit(s) were added to refs/heads/master by this push: new 4dcb3cb Use 4.3 version of plugin 4dcb3cb is described below commit 4dcb3cb12c7dd1117c3aa42be4b69c27a507b5a2 Author: Eric Barboni <sk...@apache.org> AuthorDate: Thu Oct 10 15:29:48 2019 +0200 Use 4.3 version of plugin --- src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 42020ab..34db028 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -43,7 +43,7 @@ <plugin> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>nbm-maven-plugin</artifactId> - <version>4.12</version> + <version>4.3</version> <configuration> <cluster>${artifactId.toLowerCase().replaceAll("[^a-z0-9_]+", "_")}</cluster> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists