From 0d1f439efb07aadc225c3096ce351e4ae063db24 Mon Sep 17 00:00:00 2001 From: Maciej Walkowiak Date: Sun, 22 Oct 2023 22:50:50 +0200 Subject: [PATCH] Set version to 2.0.0-SNAPSHOT --- example/pom.xml | 2 +- pom.xml | 2 +- wiremock-spring-boot/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/pom.xml b/example/pom.xml index 20b4947..47ac8f6 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -7,7 +7,7 @@ com.maciejwalkowiak.spring wiremock-spring-boot-parent - 1.0.2 + 2.0.0-SNAPSHOT com.maciejwalkowiak.wiremock diff --git a/pom.xml b/pom.xml index 3c6cf27..d75ad31 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.maciejwalkowiak.spring wiremock-spring-boot-parent - 1.0.2 + 2.0.0-SNAPSHOT pom diff --git a/wiremock-spring-boot/pom.xml b/wiremock-spring-boot/pom.xml index 0df592e..76ea035 100644 --- a/wiremock-spring-boot/pom.xml +++ b/wiremock-spring-boot/pom.xml @@ -6,12 +6,12 @@ com.maciejwalkowiak.spring wiremock-spring-boot-parent - 1.0.2 + 2.0.0-SNAPSHOT ../pom.xml wiremock-spring-boot - 1.0.2 + 2.0.0-SNAPSHOT WireMock Spring Boot WireMock integration for Spring Boot