Skip to content

Commit

Permalink
Update springwolf-amqp version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stavshamir committed Sep 19, 2022
1 parent 4d9f79f commit 6b5d9fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions springwolf-examples/springwolf-amqp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

sourceCompatibility = '1.8'
version '0.3.1'
version '0.4.0'

repositories {
// For local development with snapshots
Expand All @@ -22,7 +22,7 @@ repositories {

dependencies {
implementation project(":springwolf-plugins:springwolf-amqp-plugin")
runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
runtimeOnly 'io.github.springwolf:springwolf-ui:0.5.0'

implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.amqp:spring-rabbit'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
app:
image: stavshamir/springwolf-amqp-example:0.3.1
image: stavshamir/springwolf-amqp-example:0.4.0
links:
- amqp
ports:
Expand Down
4 changes: 2 additions & 2 deletions springwolf-plugins/springwolf-amqp-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Add the following dependencies and configuration class to enable this plugin.
```groovy
dependencies {
// Provides the documentation API
implementation 'io.github.springwolf:springwolf-amqp:0.3.1'
implementation 'io.github.springwolf:springwolf-amqp:0.4.0'
// Provides the UI - optional (recommended)
runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
runtimeOnly 'io.github.springwolf:springwolf-ui:0.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion springwolf-plugins/springwolf-amqp-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'io.github.springwolf'
version '0.3.1'
version '0.4.0'
sourceCompatibility = 1.8

repositories {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-plugins/springwolf-kafka-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation 'io.github.springwolf:springwolf-kafka:0.8.0'
// Provides the UI - optional (recommended)
runtimeOnly 'io.github.springwolf:springwolf-ui:0.4.0'
runtimeOnly 'io.github.springwolf:springwolf-ui:0.5.0'
}
```

Expand Down

0 comments on commit 6b5d9fa

Please sign in to comment.