We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b9216 commit c1f8dd0Copy full SHA for c1f8dd0
springwolf-plugins/springwolf-kafka-plugin/build.gradle
@@ -10,7 +10,7 @@ plugins {
10
def isSnapshot = Boolean.valueOf(project.findProperty('SNAPSHOT'))
11
12
group 'io.github.springwolf'
13
-version '0.10.0' + (isSnapshot ? '-SNAPSHOT' : '')
+version '0.10.3' + (isSnapshot ? '-SNAPSHOT' : '')
14
sourceCompatibility = 1.8
15
16
repositories {
0 commit comments