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 2020/03/06 00:49:59 UTC

[netbeans-mavenutils-archetype-nbm-suite-root] branch master updated: [NETBEANS-3332] Update plugin version to 4.4

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 4138621  [NETBEANS-3332] Update plugin version to 4.4
     new a94406c  Merge pull request #1 from oyarzun/NETBEANS-3332
4138621 is described below

commit 4138621e08c1188d683e1f44ae1b8cdd677313ec
Author: Christian Oyarzun <co...@oyarzun.net>
AuthorDate: Wed Feb 26 08:39:27 2020 -0500

    [NETBEANS-3332] Update plugin version to 4.4
---
 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 34db028..4bab6e6 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.3</version>
+                    <version>4.4</version>
                     <configuration>
                         <cluster>${artifactId.toLowerCase().replaceAll("[^a-z0-9_]+", "_")}</cluster>
                     </configuration>


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