From 3d22250a429d390e62dd945fea2a7abe28b2b271 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 21 Dec 2020 15:36:37 +0100 Subject: [PATCH] Fix snapshot version schema --- docs/pom.xml | 2 +- pom.xml | 2 +- spring-cloud-schema-registry-client/pom.xml | 2 +- spring-cloud-schema-registry-core/pom.xml | 2 +- spring-cloud-schema-registry-server/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index f19d7d2..42c3289 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-schema-registry-parent - 1.0.11.BUILD-SNAPSHOT + 1.0.11.SNAPSHOT pom Spring Cloud Schema Registry Docs diff --git a/pom.xml b/pom.xml index de27aa9..50361a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-cloud-schema-registry-parent - 1.0.11.BUILD-SNAPSHOT + 1.0.11.SNAPSHOT pom org.springframework.cloud diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml index cc956fc..fdf3ba3 100644 --- a/spring-cloud-schema-registry-client/pom.xml +++ b/spring-cloud-schema-registry-client/pom.xml @@ -5,7 +5,7 @@ spring-cloud-schema-registry-parent org.springframework.cloud - 1.0.11.BUILD-SNAPSHOT + 1.0.11.SNAPSHOT 4.0.0 diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml index ffdf07e..a1ddbea 100644 --- a/spring-cloud-schema-registry-core/pom.xml +++ b/spring-cloud-schema-registry-core/pom.xml @@ -8,7 +8,7 @@ spring-cloud-schema-registry-parent org.springframework.cloud - 1.0.11.BUILD-SNAPSHOT + 1.0.11.SNAPSHOT diff --git a/spring-cloud-schema-registry-server/pom.xml b/spring-cloud-schema-registry-server/pom.xml index 8289bb7..ba10df8 100644 --- a/spring-cloud-schema-registry-server/pom.xml +++ b/spring-cloud-schema-registry-server/pom.xml @@ -8,7 +8,7 @@ spring-cloud-schema-registry-parent org.springframework.cloud - 1.0.11.BUILD-SNAPSHOT + 1.0.11.SNAPSHOT