Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Jun 12, 2021
1 parent 2257c53 commit f04e252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<groupId>com.gluonhq</groupId>
<artifactId>gluonfx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.9.1-SNAPSHOT</version>
<version>1.0.0</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 @@ -46,7 +46,7 @@
<maven.compiler.target>11</maven.compiler.target>
<javadoc.plugin.version>3.1.0</javadoc.plugin.version>
<gpg.plugin.version>1.6</gpg.plugin.version>
<substrate.version>0.0.41-SNAPSHOT</substrate.version>
<substrate.version>0.0.40</substrate.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f04e252

Please sign in to comment.