oyarzun commented on a change in pull request #1999: [NETBEANS-3332] get latest 
archetype from maven repo
URL: https://github.com/apache/netbeans/pull/1999#discussion_r388929333
 
 

 ##########
 File path: 
apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/NbmWizardIterator.java
 ##########
 @@ -62,12 +64,12 @@
     static {
         NB_MODULE_ARCH = new Archetype();
         NB_MODULE_ARCH.setGroupId("org.apache.netbeans.archetypes"); //NOI18N
-        NB_MODULE_ARCH.setVersion("1.17"); //NOI18N
+        NB_MODULE_ARCH.setVersion("1.18"); //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.22"); //NOI18N
+        NB_APP_ARCH.setVersion("1.23"); //NOI18N
         NB_APP_ARCH.setArtifactId("netbeans-platform-app-archetype"); //NOI18N
 
 Review comment:
   @ebarboni I saw that you merged 
apache/netbeans-mavenutils-archetype-nbm-archetype#1 and 
apache/netbeans-mavenutils-archetype-netbeans-platform-app-archetype#2 as part 
of the fix for [NETBEANSINFRA-6][1].
   
   So you would like me to revert the archetype version numbers in the diff you 
mention in your previous comment? 
   
   My thought was that if for some reason the code to query the maven repo for 
the latest versions did not return the latest value then it would use the 
defaults which has the fix for [NETBEANSINFRA-6][1]. Although if querying the 
repo fails then the user probably has other problems.
   
   [1]: https://issues.apache.org/jira/browse/NETBEANSINFRA-6

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to