Skip to content

Commit

Permalink
Merge pull request apache#1563 from apache/ebarboni-patchfornbm-1
Browse files Browse the repository at this point in the history
NETBEANS-3185 use last maven-nbm-plugin
  • Loading branch information
neilcsmith-net authored Oct 14, 2019
2 parents 39902f2 + 0c21642 commit 348a9fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
Expand Down

0 comments on commit 348a9fe

Please sign in to comment.