Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.jangassen</groupId>
<artifactId>nsmenufx</artifactId>
<name>NSMenuFX</name>
<version>3.1.0</version>
<version>3.2.0</version>
<packaging>jar</packaging>
<description>NSMenuFX is a simple library allowing to access and modify the menu items that are generated by default
for OS X applications
Expand All @@ -21,7 +21,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<javafx.version>11.0.2</javafx.version>
<javafx.version>19</javafx.version>
<junit-jupiter.version>5.7.0</junit-jupiter.version>
</properties>

Expand Down
10 changes: 5 additions & 5 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<groupId>de.jangassen</groupId>
<artifactId>nsmenufx-samples</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<properties>
<javafx.version>11.0.2</javafx.version>
<javafx.version>19</javafx.version>
</properties>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand All @@ -19,8 +19,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.jangassen</groupId>
<artifactId>nsmenufx</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand Down