diff --git a/README.md b/README.md index ca33d64..ac765c0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the dependency to `wiremock-spring-boot`: com.maciejwalkowiak.spring wiremock-spring-boot - 1.0.2 + 2.0.0 test ``` diff --git a/example/pom.xml b/example/pom.xml index 47ac8f6..c604e8c 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ com.maciejwalkowiak.spring wiremock-spring-boot-parent - 2.0.0-SNAPSHOT + 2.0.0 com.maciejwalkowiak.wiremock diff --git a/pom.xml b/pom.xml index d75ad31..0759d2e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.maciejwalkowiak.spring wiremock-spring-boot-parent - 2.0.0-SNAPSHOT + 2.0.0 pom diff --git a/wiremock-spring-boot/pom.xml b/wiremock-spring-boot/pom.xml index 76ea035..2058d12 100644 --- a/wiremock-spring-boot/pom.xml +++ b/wiremock-spring-boot/pom.xml @@ -6,12 +6,12 @@ com.maciejwalkowiak.spring wiremock-spring-boot-parent - 2.0.0-SNAPSHOT + 2.0.0 ../pom.xml wiremock-spring-boot - 2.0.0-SNAPSHOT + 2.0.0 WireMock Spring Boot WireMock integration for Spring Boot