File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111def isSnapshot = Boolean . valueOf(project. findProperty(' SNAPSHOT' ))
1212
1313group = ' io.github.springwolf'
14- version = ' 0.8 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
14+ version = ' 0.9 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
1515sourceCompatibility = 1.8
1616
1717repositories {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99sourceCompatibility = ' 1.8'
10- version ' 0.5 .0'
10+ version ' 0.6 .0'
1111
1212repositories {
1313 // For local development with snapshots
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 app :
4- image : stavshamir/springwolf-amqp-example:0.5 .0
4+ image : stavshamir/springwolf-amqp-example:0.6 .0
55 links :
66 - amqp
77 ports :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99sourceCompatibility = ' 1.8'
10- version ' 0.9 .0'
10+ version ' 0.10 .0'
1111
1212
1313repositories {
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 app :
4- image : stavshamir/springwolf-kafka-example:0.9 .0
4+ image : stavshamir/springwolf-kafka-example:0.10 .0
55 links :
66 - kafka
77 environment :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add the following dependencies and configuration class to enable this plugin.
2424``` groovy
2525dependencies {
2626 // Provides the documentation API
27- implementation 'io.github.springwolf:springwolf-amqp:0.5 .0'
27+ implementation 'io.github.springwolf:springwolf-amqp:0.6 .0'
2828
2929 // Provides the UI - optional (recommended)
3030 runtimeOnly 'io.github.springwolf:springwolf-ui:0.6.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010def isSnapshot = Boolean . valueOf(project. findProperty(' SNAPSHOT' ))
1111
1212group ' io.github.springwolf'
13- version ' 0.5 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
13+ version ' 0.6 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
1414sourceCompatibility = 1.8
1515
1616repositories {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the following dependencies and configuration class to enable this plugin.
2626``` groovy
2727dependencies {
2828 // Provides the documentation API
29- implementation 'io.github.springwolf:springwolf-kafka:0.9 .0'
29+ implementation 'io.github.springwolf:springwolf-kafka:0.10 .0'
3030
3131 // Provides the UI - optional (recommended)
3232 runtimeOnly 'io.github.springwolf:springwolf-ui:0.6.0'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010def isSnapshot = Boolean . valueOf(project. findProperty(' SNAPSHOT' ))
1111
1212group ' io.github.springwolf'
13- version ' 0.9 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
13+ version ' 0.10 .0' + (isSnapshot ? ' -SNAPSHOT' : ' ' )
1414sourceCompatibility = 1.8
1515
1616repositories {
You can’t perform that action at this time.
0 commit comments