Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Jun 7, 2021
1 parent 09fb4d7 commit c6a3f8e
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
Expand Up @@ -34,8 +34,8 @@
<groupId>com.gluonhq</groupId>
<artifactId>gluonfx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.9.0-SNAPSHOT</version>
<name>gluonfx-maven-plugin Maven Mojo</name>
<version>0.9.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>
<url>https://github.com/gluonhq/gluonfx-maven-plugin</url>
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 c6a3f8e

Please sign in to comment.