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 2021/03/04 08:38:24 UTC

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: use harness from Apache NetBeans 12.2

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-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b27148  use harness from Apache NetBeans 12.2
5b27148 is described below

commit 5b27148c702a781906c8d1cdb7f900932eaf2710
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Mar 4 09:38:16 2021 +0100

    use harness from Apache NetBeans 12.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1f397d..20e11be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -476,10 +476,10 @@ under the License.
             <scope>test</scope>
         </dependency>
         <dependency>
-            <!-- use harness from NetBeans 11.2  -->
+            <!-- use harness from NetBeans 12.2  -->
             <groupId>${project.groupId}</groupId>
             <artifactId>nbm-maven-harness</artifactId>
-            <version>11.2</version>
+            <version>12.2</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.plexus</groupId>


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