Skip to content

Commit c73d277

Browse files
committed
Update amqp to version 0.2.0
1 parent 0a8af98 commit c73d277

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

springwolf-examples/springwolf-amqp-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
sourceCompatibility = '1.8'
10-
version '0.1.0'
10+
version '0.2.0'
1111

1212
repositories {
1313
// For local development with snapshots

springwolf-examples/springwolf-amqp-example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
app:
4-
image: stavshamir/springwolf-amqp-example:0.1.0
4+
image: stavshamir/springwolf-amqp-example:0.2.0
55
links:
66
- amqp
77
ports:

springwolf-plugins/springwolf-amqp-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add the following dependencies and configuration class to enable this plugin.
2424
```groovy
2525
dependencies {
2626
// Provides the documentation API
27-
implementation 'io.github.springwolf:springwolf-amqp:0.1.0'
27+
implementation 'io.github.springwolf:springwolf-amqp:0.2.0'
2828
2929
// Provides the UI - optional (recommended)
3030
runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.1'

springwolf-plugins/springwolf-amqp-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'io.github.springwolf'
12-
version '0.1.0'
12+
version '0.2.0'
1313
sourceCompatibility = 1.8
1414

1515
repositories {

0 commit comments

Comments
 (0)