You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/10/10 13:32:26 UTC

[netbeans-mavenutils-archetype-nbm-archetype] branch master updated: Use 4.3 version of plugin

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-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new bf2c219  Use 4.3 version of plugin
bf2c219 is described below

commit bf2c21958facd8541a8fbc2ba329500f35009c38
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Oct 10 15:32:19 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 d36e5ae..5533324 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.netbeans.utilities</groupId>
                 <artifactId>nbm-maven-plugin</artifactId>
-                <version>4.2</version>
+                <version>4.3</version>
                 <extensions>true</extensions>
             </plugin>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists