Skip to content

Commit 97645f8

Browse files
author
Daniel Bustamante Ospina
authored
Merge pull request #58 from reactive-commons/fix/packages
Update gradle.properties
2 parents 14c7847 + 6253cd8 commit 97645f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![](https://github.com/reactive-commons/reactive-commons-java/workflows/reactive-commons-ci-cd/badge.svg)
2-
[![Reactor RabbitMQ](https://maven-badges.herokuapp.com/maven-central/org.reactivecommons/async-commons-starter/badge.svg)](https://mvnrepository.com/artifact/org.reactivecommons/async-commons-starter)
2+
[![Reactor RabbitMQ](https://maven-badges.herokuapp.com/maven-central/org.reactivecommons/async-commons-rabbit-starter/badge.svg)](https://mvnrepository.com/artifact/org.reactivecommons/async-commons-rabbit-starter)
33
# reactive-commons-java
44
The purpose of reactive-commons is to provide a set of abstractions and implementations over different patterns and practices that make the foundation of a reactive microservices architecture.
55

@@ -18,7 +18,7 @@ To include all (API and implementation) (Spring boot Starter):
1818
```groovy
1919
2020
dependencies {
21-
compile 'org.reactivecommons:async-commons-starter:<version-here>'
21+
compile 'org.reactivecommons:async-commons-rabbit-starter:<version-here>'
2222
}
2323
2424
//IMPORTANT! if you use the version 0.6.x
@@ -150,7 +150,7 @@ Don't forget to add the starter bundle to the main spring boot module (applicati
150150

151151
```groovy
152152
dependencies {
153-
compile 'org.reactivecommons:async-commons-starter:<version-here>'
153+
compile 'org.reactivecommons:async-commons-rabbit-starter:<version-here>'
154154
}
155155
```
156156

docs/asciidoc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you need to include a dependency to Reactive Commons.
2626
[source,groovy,subs="attributes,specialcharacters"]
2727
--------
2828
dependencies {
29-
compile "org.reactivecommons:async-commons-starter:{appversion}"
29+
compile "org.reactivecommons:async-commons-rabbit-starter:{appversion}"
3030
}
3131
--------
3232

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h4 id="_sample_spring_boot_application">2.1.2. Sample Spring Boot Application</
196196
<div class="listingblock">
197197
<div class="content">
198198
<pre class="prettyprint highlight"><code data-lang="groovy"> dependencies {
199-
compile "org.reactivecommons:async-commons-starter:0.6.2-ignored-value"
199+
compile "org.reactivecommons:async-commons-rabbit-starter:0.6.2-ignored-value"
200200
}</code></pre>
201201
</div>
202202
</div>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=1.0.0-beta9
22
springBootVersion=2.4.2
33
gradleVersionsVersion=0.36.0
4-
toPublish=async-commons,async-commons-api,async-commons-standalone,async-commons-starter,domain-events-api,async-rabbit
4+
toPublish=async-commons,async-commons-api,async-commons-rabbit-standalone,async-commons-rabbit-starter,domain-events-api,async-rabbit

0 commit comments

Comments
 (0)