Bump project version
This commit is contained in:
parent
63ec0cc2c5
commit
d4bd2315bc
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-parent</artifactId>
|
<artifactId>atlantafx-parent</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>atlantafx-base</artifactId>
|
<artifactId>atlantafx-base</artifactId>
|
||||||
|
|
||||||
|
4
pom.xml
4
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-parent</artifactId>
|
<artifactId>atlantafx-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
<name>AtlantaFX</name>
|
<name>AtlantaFX</name>
|
||||||
<description>JavaFX CSS theme collection plus additional controls</description>
|
<description>JavaFX CSS theme collection plus additional controls</description>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
<app.name>AtlantaFX</app.name>
|
<app.name>AtlantaFX</app.name>
|
||||||
<!-- DO NOT use ${project.version} as jpackage will fail on
|
<!-- DO NOT use ${project.version} as jpackage will fail on
|
||||||
Windows when using '-SNAPSHOT' suffix -->
|
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.commons-lang.version>3.12.0</lib.commons-lang.version>
|
||||||
<lib.cssfx.version>11.5.1</lib.cssfx.version>
|
<lib.cssfx.version>11.5.1</lib.cssfx.version>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-parent</artifactId>
|
<artifactId>atlantafx-parent</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>atlantafx-sampler</artifactId>
|
<artifactId>atlantafx-sampler</artifactId>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-parent</artifactId>
|
<artifactId>atlantafx-parent</artifactId>
|
||||||
<version>0.1.0-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>atlantafx-styles</artifactId>
|
<artifactId>atlantafx-styles</artifactId>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user