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:29:29 UTC

[netbeans-mavenutils-archetype-netbeans-platform-app-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-netbeans-platform-app-archetype.git


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

commit 3b660e45baa7c12975eca2d87c11aee85327146b
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Oct 10 15:29:22 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 385704f..7cfc8ac 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -33,7 +33,7 @@
                 <plugin>
                     <groupId>org.apache.netbeans.utilities</groupId>
                     <artifactId>nbm-maven-plugin</artifactId>
-                    <version>4.2</version>
+                    <version>4.3</version>
                     <extensions>true</extensions>
                     <configuration>
                         <brandingToken>${D}{brandingToken}</brandingToken>


---------------------------------------------------------------------
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