We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b66cb66 + fcd09ff commit 7665273Copy full SHA for 7665273
pom.xml
@@ -32,7 +32,7 @@
32
33
<groupId>com.zenjava</groupId>
34
<artifactId>javafx-basic-archetype</artifactId>
35
- <version>2.0.2-SNAPSHOT</version>
+ <version>8.1.2-SNAPSHOT</version>
36
<packaging>maven-archetype</packaging>
37
38
<name>JavaFX Basic Archetype</name>
src/main/resources/archetype-resources/pom.xml
@@ -28,7 +28,7 @@
28
<plugin>
29
30
<artifactId>javafx-maven-plugin</artifactId>
31
- <version>2.0</version>
+ <version>8.1.2</version>
<configuration>
<mainClass>${package}.MainApp</mainClass>
0 commit comments