Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpaz committed Sep 6, 2022
1 parent 63ec0cc commit d4bd231
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sampler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d4bd231

Please sign in to comment.