Bump version to 2.0.0
This commit is contained in:
parent
c6418b7138
commit
d1ba8525c2
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.0.0] - 2023-06-02
|
||||||
|
|
||||||
### Breaking changes
|
### Breaking changes
|
||||||
|
|
||||||
- The `InlineDatePicker` control was renamed to `Calendar`.
|
- The `InlineDatePicker` control was renamed to `Calendar`.
|
||||||
|
@ -55,7 +55,7 @@ Maven:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-base</artifactId>
|
<artifactId>atlantafx-base</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
|
implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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>1.2.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>atlantafx-base</artifactId>
|
<artifactId>atlantafx-base</artifactId>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Maven:
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.mkpaz</groupId>
|
<groupId>io.github.mkpaz</groupId>
|
||||||
<artifactId>atlantafx-base</artifactId>
|
<artifactId>atlantafx-base</artifactId>
|
||||||
<version>1.2.0</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'io.github.mkpaz:atlantafx-base:1.2.0'
|
implementation 'io.github.mkpaz:atlantafx-base:2.0.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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>1.2.0</version>
|
<version>2.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>1.2.0</app.version>
|
<app.version>2.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>1.2.0</version>
|
<version>2.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>1.2.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>atlantafx-styles</artifactId>
|
<artifactId>atlantafx-styles</artifactId>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user