Start using 0.0.3 snapshots of the compatibility test plugin

See gh-935
This commit is contained in:
Andy Wilkinson
2024-07-18 07:46:36 +01:00
parent b55f604852
commit 9743b45d28
5 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.2"
id "io.spring.compatibility-test" version "0.0.3-SNAPSHOT"
id "java-library"
id "maven-publish"
}