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

[netbeans] branch ebarboni-patchfornbm-1 created (now 0c21642)

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

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


      at 0c21642  Update NbmWizardIterator.java

This branch includes the following new commits:

     new 0c21642  Update NbmWizardIterator.java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[netbeans] 01/01: Update NbmWizardIterator.java

Posted by sk...@apache.org.
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