From 25e40427989799f562ba6994935d80ec921e45d7 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 24 Sep 2019 07:30:31 -0400 Subject: [PATCH] Add schema-registry to the property file --- horsham_build-snapshot.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/horsham_build-snapshot.properties b/horsham_build-snapshot.properties index f85689d..1665d41 100644 --- a/horsham_build-snapshot.properties +++ b/horsham_build-snapshot.properties @@ -1,6 +1,7 @@ releaser.fixed-versions[spring-boot]=2.2.0.BUILD-SNAPSHOT releaser.fixed-versions[spring-cloud-build]=2.2.0.BUILD-SNAPSHOT releaser.fixed-versions[spring-cloud-stream]=3.0.0.BUILD-SNAPSHOT +releaser.fixed-versions[spring-cloud-schema-registry]=1.0.0.BUILD-SNAPSHOT releaser.fixed-versions[spring-cloud-stream-binder-rabbit]=3.0.0.BUILD-SNAPSHOT releaser.fixed-versions[spring-cloud-stream-binder-kafka]=3.0.0.BUILD-SNAPSHOT releaser.fixed-versions[spring-cloud-stream-starters]=Horsham.BUILD-SNAPSHOT