This is an automated email from the ASF dual-hosted git repository.
skygo 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 60a0f7bfd7 Update maven-archetype-plugin
new fc61f31b30 Merge pull request #3759 from pepness/maven-plugins
60a0f7bfd7 is described below
commit 60a0f7bfd726b054a7ec77abe7b7cb3a786af901
Author: José Contreras <[email protected]>
AuthorDate: Mon Feb 28 11:10:51 2022 -0600
Update maven-archetype-plugin
---
.../src/org/netbeans/modules/maven/options/MavenCommandSettings.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/maven/src/org/netbeans/modules/maven/options/MavenCommandSettings.java
b/java/maven/src/org/netbeans/modules/maven/options/MavenCommandSettings.java
index 12508db6c0..998c8e4615 100644
---
a/java/maven/src/org/netbeans/modules/maven/options/MavenCommandSettings.java
+++
b/java/maven/src/org/netbeans/modules/maven/options/MavenCommandSettings.java
@@ -65,7 +65,7 @@ public final class MavenCommandSettings {
toRet = "install:install-file";//NOI18N
}
else if (COMMAND_CREATE_ARCHETYPENG.equals(command)) {
- toRet =
"org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate"; // NOI18N
+ toRet =
"org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate"; // NOI18N
}
else if (COMMAND_SCM_CHECKOUT.equals(command)) {
toRet = "scm:checkout";//NOI18N
---------------------------------------------------------------------
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