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 9e32a85 Use correct version of nbm plugin
9e32a85 is described below
commit 9e32a853c38f2b7514a42a3395a673d8ad06300f
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Sep 16 12:38:10 2019 +0200
Use correct version of nbm plugin
4.12 is not a valid version
---
.../src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
index fea023a..214ad71 100644
---
a/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
+++
b/apisupport/maven.apisupport/src/org/netbeans/modules/maven/apisupport/MavenNbModuleImpl.java
@@ -107,7 +107,7 @@ public class MavenNbModuleImpl implements NbModuleProvider {
public static final String GROUPID_MOJO = "org.codehaus.mojo";
public static final String GROUPID_APACHE =
"org.apache.netbeans.utilities";
public static final String NBM_PLUGIN = "nbm-maven-plugin";
- public static final String LATEST_NBM_PLUGIN_VERSION = "4.12";
+ public static final String LATEST_NBM_PLUGIN_VERSION = "4.2";
public static final String NETBEANSAPI_GROUPID = "org.netbeans.api";
---------------------------------------------------------------------
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