Skip to content

Commit

Permalink
Prepare development of 1.0.26
Browse files Browse the repository at this point in the history
Fix wrong versions
  • Loading branch information
jperedadnr authored Jan 21, 2025
1 parent daa79a1 commit 67ecbfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019, 2024, Gluon
~ Copyright (c) 2019, 2025, Gluon
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -34,7 +34,7 @@
<groupId>com.gluonhq</groupId>
<artifactId>gluonfx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.25-SNAPSHOT</version>
<version>1.0.26-SNAPSHOT</version>
<name>GluonFX plugin for Maven</name>
<description>GluonFX plugin allows to run JavaFX application on the JVM or to create their native images.</description>
<inceptionYear>2019</inceptionYear>
Expand All @@ -47,7 +47,7 @@
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
<gpg.plugin.version>3.1.0</gpg.plugin.version>
<maven.plugin.version>3.9.9</maven.plugin.version>
<substrate.version>0.0.65-SNAPSHOT</substrate.version>
<substrate.version>0.0.66-SNAPSHOT</substrate.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 67ecbfa

Please sign in to comment.