From 70ad56feef6fb56f9e8e5377d649213b4bc6f019 Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 28 Apr 2020 18:01:25 +0200 Subject: [PATCH] Fix parent version in pom files. --- samples/standalone/dsl/pom.xml | 2 +- samples/standalone/restdocs/pom.xml | 2 +- samples/standalone/webclient/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/standalone/dsl/pom.xml b/samples/standalone/dsl/pom.xml index 5ea798aa48..7df6d12ce2 100644 --- a/samples/standalone/dsl/pom.xml +++ b/samples/standalone/dsl/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-contract-samples-standalone - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT .. diff --git a/samples/standalone/restdocs/pom.xml b/samples/standalone/restdocs/pom.xml index 7f36d716eb..a08f0eccfe 100644 --- a/samples/standalone/restdocs/pom.xml +++ b/samples/standalone/restdocs/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-contract-samples-standalone - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT .. diff --git a/samples/standalone/webclient/pom.xml b/samples/standalone/webclient/pom.xml index a1d0eeebe0..ba34b383e1 100644 --- a/samples/standalone/webclient/pom.xml +++ b/samples/standalone/webclient/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-contract-samples-standalone - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT ..