We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9274a44 commit 3eab02dCopy full SHA for 3eab02d
1 file changed
pom.xml
@@ -34,7 +34,7 @@
34
<groupId>com.gluonhq</groupId>
35
<artifactId>gluonfx-maven-plugin</artifactId>
36
<packaging>maven-plugin</packaging>
37
- <version>1.0.27</version>
+ <version>1.0.28-SNAPSHOT</version>
38
<name>GluonFX plugin for Maven</name>
39
<description>GluonFX plugin allows to run JavaFX application on the JVM or to create their native images.</description>
40
<inceptionYear>2019</inceptionYear>
@@ -47,7 +47,7 @@
47
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
48
<gpg.plugin.version>3.1.0</gpg.plugin.version>
49
<maven.plugin.version>3.9.9</maven.plugin.version>
50
- <substrate.version>0.0.67</substrate.version>
+ <substrate.version>0.0.68-SNAPSHOT</substrate.version>
51
</properties>
52
53
<dependencies>
0 commit comments