Skip to content

Commit 67ecbfa

Browse files
authored
Prepare development of 1.0.26
Fix wrong versions
1 parent daa79a1 commit 67ecbfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019, 2024, Gluon
2+
~ Copyright (c) 2019, 2025, Gluon
33
~ All rights reserved.
44
~
55
~ Redistribution and use in source and binary forms, with or without
@@ -34,7 +34,7 @@
3434
<groupId>com.gluonhq</groupId>
3535
<artifactId>gluonfx-maven-plugin</artifactId>
3636
<packaging>maven-plugin</packaging>
37-
<version>1.0.25-SNAPSHOT</version>
37+
<version>1.0.26-SNAPSHOT</version>
3838
<name>GluonFX plugin for Maven</name>
3939
<description>GluonFX plugin allows to run JavaFX application on the JVM or to create their native images.</description>
4040
<inceptionYear>2019</inceptionYear>
@@ -47,7 +47,7 @@
4747
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
4848
<gpg.plugin.version>3.1.0</gpg.plugin.version>
4949
<maven.plugin.version>3.9.9</maven.plugin.version>
50-
<substrate.version>0.0.65-SNAPSHOT</substrate.version>
50+
<substrate.version>0.0.66-SNAPSHOT</substrate.version>
5151
</properties>
5252

5353
<dependencies>

0 commit comments

Comments
 (0)