You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/03/25 11:19:00 UTC

[syncope] branch master updated: Upgrading Netbeans

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2fb720a  Upgrading Netbeans
2fb720a is described below

commit 2fb720aa7d8489ae38e85bded7683600bb3ee223
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Mar 25 08:50:05 2020 +0100

    Upgrading Netbeans
---
 ide/netbeans/pom.xml | 4 ----
 pom.xml              | 7 +------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/ide/netbeans/pom.xml b/ide/netbeans/pom.xml
index 715a3fc..70889de 100644
--- a/ide/netbeans/pom.xml
+++ b/ide/netbeans/pom.xml
@@ -111,10 +111,6 @@ under the License.
       <groupId>org.netbeans.api</groupId>
       <artifactId>org-netbeans-api-progress-nb</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.netbeans.external</groupId>
-      <artifactId>asm-all-5.0.1</artifactId>
-    </dependency>
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 8154fb3..177cafa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@ under the License.
 
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
-    <netbeans.version>RELEASE112</netbeans.version>
+    <netbeans.version>RELEASE113</netbeans.version>
 
     <antlr4.version>4.8-1</antlr4.version>
 
@@ -1916,11 +1916,6 @@ under the License.
         <artifactId>org-netbeans-api-progress-nb</artifactId>
         <version>${netbeans.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.netbeans.external</groupId>
-        <artifactId>asm-all-5.0.1</artifactId>
-        <version>${netbeans.version}</version>
-      </dependency>
 
       <dependency>
         <groupId>org.antlr</groupId>