You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by pe...@apache.org on 2022/10/11 00:23:13 UTC

[netbeans] branch master updated: Update Maven archetype version for Jakarta EE 9.1 (#4532)

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

pepness pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new ebe9a3c3a1 Update Maven archetype version for Jakarta EE 9.1 (#4532)
ebe9a3c3a1 is described below

commit ebe9a3c3a10542a7da95e86c16d49266ad733ff8
Author: José Contreras <pe...@apache.org>
AuthorDate: Tue Oct 11 00:23:06 2022 +0000

    Update Maven archetype version for Jakarta EE 9.1 (#4532)
    
    Fix wrong creation for a Maven Web application for Jakarta EE 9.1 (#4605)
---
 .../netbeans/modules/maven/j2ee/ui/wizard/archetype/Bundle.properties   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype/Bundle.properties b/enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype/Bundle.properties
index 36de803c0a..43cbf08707 100644
--- a/enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype/Bundle.properties
+++ b/enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype/Bundle.properties
@@ -17,7 +17,7 @@
 
 # Maven Archetype Properties
 mvn.archetypeGroupId.JakartaEE9_1=io.github.juneau001
-mvn.archetypeVersion.JakartaEE9_1=1.0.0
+mvn.archetypeVersion.JakartaEE9_1=1.1.0
 mvn.archetypeArtifactId.JakartaEE9_1=webapp-jakartaee91
 mvn.archetypeGroupId.JakartaEE9=io.github.juneau001
 mvn.archetypeVersion.JakartaEE9=1.1


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