Skip to content

Commit

Permalink
Set version to 1.0.0.M2 in readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed May 4, 2018
1 parent be0e0a8 commit 66ebeee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ With Maven:
<dependency>
<groupId>io.projectreactor.rabbitmq</groupId>
<artifactId>reactor-rabbitmq</artifactId>
<version>1.0.0.M1</version>
<version>1.0.0.M2</version>
</dependency>

<repositories>
Expand All @@ -56,7 +56,7 @@ repositories {
}
dependencies {
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.M1"
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.M2"
}
```

Expand Down
4 changes: 2 additions & 2 deletions src/docs/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For gradle:
[source,groovy]
--------
dependencies {
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.M1"
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.0.0.M2"
}
--------

Expand All @@ -121,7 +121,7 @@ For maven:
<dependency>
<groupId>io.projectreactor.rabbitmq</groupId>
<artifactId>reactor-rabbitmq</artifactId>
<version>1.0.0.M1</version>
<version>1.0.0.M2</version>
</dependency>
--------

Expand Down
3 changes: 2 additions & 1 deletion src/docs/asciidoc/new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
[[new]]
=== What's new in Reactor RabbitMQ 1.0

* 1.0.0.M1
* 1.0.0.M2
** Introduction of the `Sender` and `Receiver` API
* 1.0.0.M2
** Support for request/reply
** Exception handling

0 comments on commit 66ebeee

Please sign in to comment.