Skip to content

Commit

Permalink
Upgrade to compatibility test plugin 0.0.3
Browse files Browse the repository at this point in the history
Closes gh-935
  • Loading branch information
wilkinsona committed Sep 30, 2024
1 parent 609bf21 commit d58b32c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-restdocs-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.3-SNAPSHOT"
id "io.spring.compatibility-test" version "0.0.3"
id "java-library"
id "java-test-fixtures"
id "maven-publish"
Expand Down
2 changes: 1 addition & 1 deletion spring-restdocs-mockmvc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.3-SNAPSHOT"
id "io.spring.compatibility-test" version "0.0.3"
id "java-library"
id "maven-publish"
id "optional-dependencies"
Expand Down
2 changes: 1 addition & 1 deletion spring-restdocs-webtestclient/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.3-SNAPSHOT"
id "io.spring.compatibility-test" version "0.0.3"
id "java-library"
id "maven-publish"
}
Expand Down

0 comments on commit d58b32c

Please sign in to comment.