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 15:06:23 UTC

[netbeans] 01/01: Update NbmWizardIterator.java

This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch ebarboni-patchfornbm-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 0c216426278843eb51a37f8b315ead38e1ae23e5
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Oct 10 17:06:02 2019 +0200

    Update NbmWizardIterator.java
---
 .../src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java
index bbaa1cb..65a15f7 100644
--- a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java
+++ b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java
@@ -62,12 +62,12 @@ public class NbmWizardIterator implements WizardDescriptor.BackgroundInstantiati
     static {
         NB_MODULE_ARCH = new Archetype();
         NB_MODULE_ARCH.setGroupId("org.apache.netbeans.archetypes"); //NOI18N
-        NB_MODULE_ARCH.setVersion("1.16"); //NOI18N
+        NB_MODULE_ARCH.setVersion("1.17"); //NOI18N
         NB_MODULE_ARCH.setArtifactId("nbm-archetype"); //NOI18N
 
         NB_APP_ARCH = new Archetype();
         NB_APP_ARCH.setGroupId("org.apache.netbeans.archetypes"); //NOI18N
-        NB_APP_ARCH.setVersion("1.21"); //NOI18N
+        NB_APP_ARCH.setVersion("1.22"); //NOI18N
         NB_APP_ARCH.setArtifactId("netbeans-platform-app-archetype"); //NOI18N
 
     }


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