Bump project version

This commit is contained in:
mkpaz 2022-09-06 09:20:19 +04:00
parent 63ec0cc2c5
commit d4bd2315bc
4 changed files with 5 additions and 5 deletions

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>atlantafx-base</artifactId>

@ -7,7 +7,7 @@
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>AtlantaFX</name>
<description>JavaFX CSS theme collection plus additional controls</description>
@ -65,7 +65,7 @@
<app.name>AtlantaFX</app.name>
<!-- DO NOT use ${project.version} as jpackage will fail on
Windows when using '-SNAPSHOT' suffix -->
<app.version>0.1.0</app.version>
<app.version>1.0.0</app.version>
<lib.commons-lang.version>3.12.0</lib.commons-lang.version>
<lib.cssfx.version>11.5.1</lib.cssfx.version>

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>atlantafx-sampler</artifactId>

@ -6,7 +6,7 @@
<parent>
<groupId>io.github.mkpaz</groupId>
<artifactId>atlantafx-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>atlantafx-styles</artifactId>