Skip to content

Commit 0806476

Browse files
author
Daniel Bustamante Ospina
committed
Version 0.6.1-beta
1 parent 2c34bfc commit 0806476

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ To include all (API and implementation) (Spring boot Starter):
1212
```groovy
1313
1414
dependencies {
15-
compile 'org.reactivecommons:async-commons-starter:0.6.0-beta'
15+
compile 'org.reactivecommons:async-commons-starter:0.6.1-beta'
1616
}
1717
18-
//IMPORTANT! if you use the version 0.6.0-beta
18+
//IMPORTANT! if you use the version 0.6.x
1919
repositories {
2020
...
2121
maven { url "https://repo.spring.io/milestone" }
@@ -48,15 +48,15 @@ To include only domain events API:
4848

4949
```groovy
5050
dependencies {
51-
compile 'org.reactivecommons:domain-events-api:0.6.0-beta'
51+
compile 'org.reactivecommons:domain-events-api:0.6.1-beta'
5252
}
5353
```
5454

5555
To include only async commons API:
5656

5757
```groovy
5858
dependencies {
59-
compile 'org.reactivecommons:async-commons-api:0.6.0-beta'
59+
compile 'org.reactivecommons:async-commons-api:0.6.1-beta'
6060
}
6161
```
6262

@@ -144,7 +144,7 @@ Don't forget to add the starter bundle to the main spring boot module (applicati
144144

145145
```groovy
146146
dependencies {
147-
compile 'org.reactivecommons:async-commons-starter:0.6.0-beta'
147+
compile 'org.reactivecommons:async-commons-starter:0.6.1-beta'
148148
}
149149
```
150150

@@ -153,7 +153,7 @@ Or add the implementation dependency if for any reason you don't want to use the
153153

154154
```groovy
155155
dependencies {
156-
compile 'org.reactivecommons:async-commons:0.6.0-beta'
156+
compile 'org.reactivecommons:async-commons:0.6.1-beta'
157157
}
158158
```
159159

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.6.0-beta
1+
version=0.6.1-beta
22
springBootVersion=2.2.9.RELEASE
33
gradleVersionsVersion=0.28.0
44
reactorRabbitVersion=1.5.0-M2

0 commit comments

Comments
 (0)