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/29 03:46:21 UTC

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

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

 ##########
 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:
   Thanks for checking.  I have done a basic check on some of the other archetype versions and some of them look incorrect.  For example ejb-javaee7 is coded as version 1.2, and I can only find 1.1 on mvn central.  I will look through and make necessary changes, where needed.

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