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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists