Skip to content

Commit

Permalink
Merge branch '1.0.x' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Oct 12, 2020
2 parents e26b850 + 4e379f1 commit 1dc25a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -19,13 +19,14 @@ Learn more at http://rsocket.io

⚠️ The `master` branch is now dedicated to development of the `1.1.x` line.

Releases are available via Maven Central.
Releases and milestones are available via Maven Central.

Example:

```groovy
repositories {
mavenCentral()
mavenCentral()
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
}
dependencies {
implementation 'io.rsocket:rsocket-core:1.1.0-M1'
Expand All @@ -39,7 +40,8 @@ Example:

```groovy
repositories {
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
}
dependencies {
implementation 'io.rsocket:rsocket-core:1.1.0-SNAPSHOT'
Expand Down

0 comments on commit 1dc25a7

Please sign in to comment.