mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-12-05 12:51:10 +01:00
WKD-Java 0.1.3
This commit is contained in:
parent
1d317b03b4
commit
2a34106cb8
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.3-SNAPSHOT
|
## 0.1.3
|
||||||
- Bump `pgpainless-core` to `2.0.0`
|
- Bump `pgpainless-core` to `2.0.0`
|
||||||
- Bump `cert-d-pgpainless` to `0.2.3`
|
- Bump `cert-d-pgpainless` to `0.2.3`
|
||||||
- Bump `cert-d-java` to `0.2.3`
|
- Bump `cert-d-java` to `0.2.3`
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
allprojects {
|
allprojects {
|
||||||
ext {
|
ext {
|
||||||
shortVersion = '0.1.3'
|
shortVersion = '0.1.3'
|
||||||
isSnapshot = true
|
isSnapshot = false
|
||||||
javaSourceCompatibility = 11
|
javaSourceCompatibility = 11
|
||||||
jacksonDataBindVersion = '2.15.2'
|
jacksonDataBindVersion = '2.15.2'
|
||||||
jacksonDataFormatXmlVersion = '2.15.2'
|
jacksonDataFormatXmlVersion = '2.15.2'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue