Cert-D-PGPainless 0.2.4-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-09-29 14:56:46 +02:00
parent c770f36369
commit 35cfa185e0
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -4,8 +4,8 @@
allprojects {
ext {
shortVersion = '0.2.3'
isSnapshot = false
shortVersion = '0.2.4'
isSnapshot = true
javaSourceCompatibility = "11"
slf4jVersion = '1.7.36'
logbackVersion = '1.5.13'