From 57628049835b22a59ec0c3d8466fe1b91d36dd38 Mon Sep 17 00:00:00 2001 From: Maciej Walkowiak Date: Sun, 22 Oct 2023 22:55:12 +0200 Subject: [PATCH] Set version to 2.0.0 --- README.md | 2 +- example/pom.xml | 2 +- pom.xml | 2 +- wiremock-spring-boot/pom.xml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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