You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/10/07 12:06:09 UTC

[netbeans] branch ebarboni-nbm-patch-1 created (now 8ceae91)

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

skygo pushed a change to branch ebarboni-nbm-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


      at 8ceae91  NETBEANS-3185 use last maven-nbm-plugin

This branch includes the following new commits:

     new 8ceae91  NETBEANS-3185 use last maven-nbm-plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[netbeans] 01/01: NETBEANS-3185 use last maven-nbm-plugin

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch ebarboni-nbm-patch-1
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 8ceae91f97a62f866a6a9033f92ffce6225a36a4
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Oct 7 14:05:56 2019 +0200

    NETBEANS-3185 use last maven-nbm-plugin
    
    This is last part of fix for NETBEANS-3185. As vote is in progress it's not yet available.
---
 .../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 214ad71..4203df1 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.2";
+    public static final String LATEST_NBM_PLUGIN_VERSION = "4.3";
     
     public static final String NETBEANSAPI_GROUPID = "org.netbeans.api";  
     


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