Skip to content

Commit

Permalink
Updated to OpenJFX version 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Apr 26, 2021
1 parent d902749 commit 53ca108
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GMapsFX-Examples/DirectionsExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.dlsc</groupId>
<artifactId>GMapsFX</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion GMapsFX-Examples/LatLongExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>com.dlsc</groupId>
<artifactId>GMapsFX</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</dependency>
</dependencies>
</project>
7 changes: 4 additions & 3 deletions GMapsFX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>${project.artifactId}</name>
<description>A Java API for using Google Maps within a JavaFX application.</description>
<url>https://github.com/dlsc-software-consulting-gmbh/GMapsFX</url>
<version>11.0.1</version>
<version>11.0.2</version>
<packaging>jar</packaging>

<licenses>
Expand Down Expand Up @@ -63,9 +63,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mainClass>com.dlsc.gmapsfx.MainApp</mainClass>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<javafx.version>14.0.1</javafx.version>
<javafx.version>16</javafx.version>
<jaxb.api.version>2.3.3</jaxb.api.version>
<jaxb.impl.version>2.3.3</jaxb.impl.version>
<sonar.projectKey>dlsc-software-consulting-gmbh_GMapsFX</sonar.projectKey>
Expand Down Expand Up @@ -146,7 +147,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.0.0</version>
<configuration>
<mainClass>com.dlsc.gmapsfx.MainApp</mainClass>
</configuration>
Expand Down

0 comments on commit 53ca108

Please sign in to comment.