Skip to content

Commit

Permalink
Prepare for 1.0.0.RELEASE
Browse files Browse the repository at this point in the history
  - Update reactor-core version to 3.1.0.RELEASE
  - Update documentation to reflect 1.0.0.RELEASE
  • Loading branch information
ilayaperumalg committed Sep 25, 2017
1 parent eb65547 commit 3982710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,8 +45,8 @@ With Gradle from repo.spring.io:
}
dependencies {
//compile "io.projectreactor.kafka:reactor-kafka:1.0.0.BUILD-SNAPSHOT"
compile "io.projectreactor.kafka:reactor-kafka:1.0.0.M4"
//compile "io.projectreactor.kafka:reactor-kafka:1.0.1.BUILD-SNAPSHOT"
compile "io.projectreactor.kafka:reactor-kafka:1.0.0.RELEASE"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -34,7 +34,7 @@ ext {

kafkaVersion = '0.11.0.0'
scalaVersion = '2.11'
reactorVersion = '3.1.0.RC2'
reactorVersion = '3.1.0.RELEASE'
metricsVersion = '2.2.0'

argparseVersion = '0.5.0'
Expand Down

0 comments on commit 3982710

Please sign in to comment.