|
@@ -9,8 +9,8 @@
|
|
<version>1.0-SNAPSHOT</version>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
- <maven.compiler.source>15</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>15</maven.compiler.target>
|
|
|
|
|
|
+ <maven.compiler.source>18</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>18</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
@@ -18,7 +18,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.openjfx</groupId>
|
|
<groupId>org.openjfx</groupId>
|
|
<artifactId>javafx-controls</artifactId>
|
|
<artifactId>javafx-controls</artifactId>
|
|
- <version>15.0.1</version>
|
|
|
|
|
|
+ <version>19</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
@@ -39,7 +39,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.openjfx</groupId>
|
|
<groupId>org.openjfx</groupId>
|
|
<artifactId>javafx-maven-plugin</artifactId>
|
|
<artifactId>javafx-maven-plugin</artifactId>
|
|
- <version>0.0.3</version>
|
|
|
|
|
|
+ <version>0.0.8</version>
|
|
<configuration>
|
|
<configuration>
|
|
<mainClass>drawing.PaintApplication</mainClass>
|
|
<mainClass>drawing.PaintApplication</mainClass>
|
|
</configuration>
|
|
</configuration>
|