File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
springwolf-examples/springwolf-amqp-example Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99sourceCompatibility = ' 1.8'
10- version ' 0.3.1 '
10+ version ' 0.4.0 '
1111
1212repositories {
1313 // For local development with snapshots
@@ -22,7 +22,7 @@ repositories {
2222
2323dependencies {
2424 implementation project(" :springwolf-plugins:springwolf-amqp-plugin" )
25- runtimeOnly ' io.github.springwolf:springwolf-ui:0.4 .0'
25+ runtimeOnly ' io.github.springwolf:springwolf-ui:0.5 .0'
2626
2727 implementation ' org.springframework.boot:spring-boot-starter-web'
2828 implementation ' org.springframework.amqp:spring-rabbit'
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 app :
4- image : stavshamir/springwolf-amqp-example:0.3.1
4+ image : stavshamir/springwolf-amqp-example:0.4.0
55 links :
66 - amqp
77 ports :
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ 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.3.1 '
27+ implementation 'io.github.springwolf:springwolf-amqp:0.4.0 '
2828
2929 // Provides the UI - optional (recommended)
30- runtimeOnly 'io.github.springwolf:springwolf-ui:0.4 .0'
30+ runtimeOnly 'io.github.springwolf:springwolf-ui:0.5 .0'
3131}
3232```
3333
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' io.github.springwolf'
12- version ' 0.3.1 '
12+ version ' 0.4.0 '
1313sourceCompatibility = 1.8
1414
1515repositories {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation 'io.github.springwolf:springwolf-kafka:0.8.0'
3030
3131 // Provides the UI - optional (recommended)
32- runtimeOnly 'io.github.springwolf:springwolf-ui:0.4 .0'
32+ runtimeOnly 'io.github.springwolf:springwolf-ui:0.5 .0'
3333}
3434```
3535
You can’t perform that action at this time.
0 commit comments