Skip to content

Commit

Permalink
8321984: IGV: Upgrade to Netbeans Platform 20
Browse files Browse the repository at this point in the history
Reviewed-by: rcastanedalo, chagedorn
  • Loading branch information
tobiasholenstein committed Jan 22, 2024
1 parent d3b2ac1 commit be943a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 26 deletions.
21 changes: 6 additions & 15 deletions src/utils/IdealGraphVisualizer/Filter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -86,21 +86,12 @@
<artifactId>org-openide-filesystems</artifactId>
<version>${netbeans.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.3</version>
</dependency>
</dependencies>
<profiles>
<profile>
<activation>
<jdk>[15,)</jdk>
</activation>
<dependencies>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>15.3</version>
</dependency>
</dependencies>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down
22 changes: 11 additions & 11 deletions src/utils/IdealGraphVisualizer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
Expand Down Expand Up @@ -77,8 +77,8 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[11,18)</version>
<message>IGV requires a JDK version between 11 and 17</message>
<version>[17,22)</version>
<message>IGV requires a JDK version between 17 and 21</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -109,16 +109,16 @@
<module>View</module>
</modules>
<properties>
<netbeans.version>RELEASE150</netbeans.version>
<netbeans.version>RELEASE200</netbeans.version>
<swinglayouts.version>1.0.2</swinglayouts.version>
<nbmmvnplugin.version>4.8</nbmmvnplugin.version>
<mvncompilerplugin.version>3.10.1</mvncompilerplugin.version>
<mvnjarplugin.version>3.2.2</mvnjarplugin.version>
<mvnenforcerplugin.version>3.1.0</mvnenforcerplugin.version>
<nbmmvnplugin.version>14.0</nbmmvnplugin.version>
<mvncompilerplugin.version>3.11.0</mvncompilerplugin.version>
<mvnjarplugin.version>3.3.0</mvnjarplugin.version>
<mvnenforcerplugin.version>3.4.1</mvnenforcerplugin.version>
<junit.version>4.13.2</junit.version>
<batik.version>1.14</batik.version>
<openpdf.version>1.3.29</openpdf.version>
<wala.version>1.5.8</wala.version>
<batik.version>1.17</batik.version>
<openpdf.version>1.3.34</openpdf.version>
<wala.version>1.6.2</wala.version>
<brandingToken>idealgraphvisualizer</brandingToken>
</properties>
</project>

1 comment on commit be943a9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.