mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-05 03:41:07 +01:00
PGPainless 2.0.2-SNAPSHOT
This commit is contained in:
parent
4c0189a217
commit
0aa71cb816
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '2.0.1'
|
||||
isSnapshot = false
|
||||
shortVersion = '2.0.2'
|
||||
isSnapshot = true
|
||||
javaSourceCompatibility = 11
|
||||
bouncyCastleVersion = '1.82'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
|
|
@ -13,6 +13,6 @@ allprojects {
|
|||
logbackVersion = '1.5.13'
|
||||
mockitoVersion = '4.5.1'
|
||||
slf4jVersion = '1.7.36'
|
||||
sopJavaVersion = '14.0.1'
|
||||
sopJavaVersion = '14.0.2-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue