Bump version to 1.2.0
This commit is contained in:
parent
7d649f6d28
commit
2a600715bc
@ -39,7 +39,7 @@ Or download the latest build on the [releases page](https://github.com/mkpaz/atl
|
||||
<dependency>
|
||||
<groupId>io.github.mkpaz</groupId>
|
||||
<artifactId>atlantafx-base</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.mkpaz</groupId>
|
||||
<artifactId>atlantafx-parent</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</parent>
|
||||
<artifactId>atlantafx-base</artifactId>
|
||||
|
||||
|
@ -18,7 +18,7 @@ app {
|
||||
fsname = atlantafx-sampler
|
||||
|
||||
// Not allowed to have versions ending in -SNAPSHOT
|
||||
version = 1.1.0
|
||||
version = 1.2.0
|
||||
|
||||
// Open source projects use Conveyor for free.
|
||||
vcs-url = github.com/mkpaz/atlantafx
|
||||
|
4
pom.xml
4
pom.xml
@ -7,7 +7,7 @@
|
||||
<groupId>io.github.mkpaz</groupId>
|
||||
<artifactId>atlantafx-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.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>1.1.0</app.version>
|
||||
<app.version>1.2.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>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</parent>
|
||||
<artifactId>atlantafx-sampler</artifactId>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.mkpaz</groupId>
|
||||
<artifactId>atlantafx-parent</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.2.0</version>
|
||||
</parent>
|
||||
<artifactId>atlantafx-styles</artifactId>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user