We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe88a0 commit 271e73dCopy full SHA for 271e73d
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.mvallim</groupId>
7
<artifactId>spring-schema-registry</artifactId>
8
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
9
<packaging>jar</packaging>
10
11
<name>spring-schema-registry</name>
@@ -48,7 +48,7 @@
48
<url>scm:git:https://github.com/mvallim/spring-schema-registry.git</url>
49
<connection>scm:git:https://github.com/mvallim/spring-schema-registry.git</connection>
50
<developerConnection>scm:git:https://github.com/mvallim/spring-schema-registry.git</developerConnection>
51
- <tag>HEAD</tag>
+ <tag>v2.1.1</tag>
52
</scm>
53
54
<description>The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL</description>
0 commit comments