Skip to content

Commit 7c4d729

Browse files
committed
chore: release 1.0.0-beta9
1 parent 7e2d185 commit 7c4d729

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.0.0-beta9](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta9) (2021-05-21)
4+
5+
**Fixes:**
6+
7+
- Recover exclusive queues on mirrored queues for RabbitMQ Clusters
8+
39
## [1.0.0-beta8](https://github.com/reactive-commons/reactive-commons-java/tree/1.0.0-beta8) (2021-04-26)
410

511
**Merged pull requests:**

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ sonarqube {
2626
}
2727
}
2828

29+
repositories {
30+
mavenCentral()
31+
}
32+
2933
asciidoctor {
3034
sourceDir file('docs/asciidoc')
3135
baseDir file('docs/asciidoc')

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1>Reactive Commons Reference Guide</h1>
1616
<div class="details">
1717
<span id="author" class="author">Daniel Bustamante Ospina</span><br>
18-
<span id="revnumber">version 1.0.0-beta8</span>
18+
<span id="revnumber">version 1.0.0-beta9</span>
1919
</div>
2020
<div id="toc" class="toc2">
2121
<div id="toctitle">Table of Contents</div>
@@ -869,8 +869,8 @@ <h5 id="_handlerregistry_servequery">HandlerRegistry - serveQuery</h5>
869869
</div>
870870
<div id="footer">
871871
<div id="footer-text">
872-
Version 1.0.0-beta8<br>
873-
Last updated 2021-04-26 19:37:54 UTC
872+
Version 1.0.0-beta9<br>
873+
Last updated 2021-05-03 10:33:09 -0500
874874
</div>
875875
</div>
876876
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">

gradle.properties

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

0 commit comments

Comments
 (0)