WKD-Java 0.1.3

This commit is contained in:
Paul Schaub 2025-09-29 15:47:59 +02:00
parent 1d317b03b4
commit 2a34106cb8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 0.1.3-SNAPSHOT
## 0.1.3
- Bump `pgpainless-core` to `2.0.0`
- Bump `cert-d-pgpainless` to `0.2.3`
- Bump `cert-d-java` to `0.2.3`

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '0.1.3'
isSnapshot = true
isSnapshot = false
javaSourceCompatibility = 11
jacksonDataBindVersion = '2.15.2'
jacksonDataFormatXmlVersion = '2.15.2'