You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/06/28 21:07:00 UTC

[GitHub] [netbeans] jGauravGupta commented on a change in pull request #1338: Repairs for NETBEANS-2760 and NETBEANS-2761

jGauravGupta commented on a change in pull request #1338: Repairs for NETBEANS-2760 and NETBEANS-2761
URL: https://github.com/apache/netbeans/pull/1338#discussion_r298747589
 
 

 ##########
 File path: enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype/J2eeArchetypeFactory.java
 ##########
 @@ -90,8 +90,8 @@ public Archetype getAnyArchetypeFor(J2eeModule.Type projectType) {
     private static class AppClientArchetypes extends BaseJ2eeArchetypeProvider {
         @Override
         protected void setUpProjectArchetypes() {
-            addJavaEE8Archetype(Profile.JAVA_EE_8_FULL,"io.github.juneau001", "1.0.0", "webapp-javaee8"); //NOI18N
-            addMojoArchetype(Profile.JAVA_EE_7_FULL, "1.1", "appclient-javaee7"); //NOI18N
+            addJavaEE8Archetype(Profile.JAVA_EE_8_FULL,"io.github.juneau001", "1.2", "webapp-javaee8"); //NOI18N
+            addMojoArchetype(Profile.JAVA_EE_7_FULL, "1.2", "appclient-javaee7"); //NOI18N
 
 Review comment:
   Is appclient-javaee7 archetype version upgrade required? The latest available version is 1.1.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists