Fix snapshot versioning schema

This commit is contained in:
Oleg Zhurakousky
2020-12-21 15:46:10 +01:00
parent 023d3df7f7
commit 5921d464ed
6 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
<version>3.1.1.SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
<description>Spring Cloud Stream Kafka Binder Core</description>