Skip to content

Commit

Permalink
chore: update to Netbeans RCP 22
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Jun 4, 2024
1 parent 51b0ff6 commit 09ccf51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@
<exclusion>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-core-kit</artifactId>
</exclusion>

</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-7.2</artifactId>
Expand Down Expand Up @@ -1403,6 +1402,10 @@
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-project-dependency</artifactId>
</exclusion>
<exclusion>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-libs-tomljava</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</modules>

<properties>
<netbeans.version>RELEASE210</netbeans.version>
<netbeans.version>RELEASE220</netbeans.version>
<brandingToken>blue</brandingToken>
</properties>
</project>

0 comments on commit 09ccf51

Please sign in to comment.