Skip to content

Commit d271f0c

Browse files
committed
Merge #1.0.x into master
Signed-off-by: Oleh Dokuka <[email protected]>
2 parents 9e12fb3 + 8ce390a commit d271f0c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Learn more at http://rsocket.io
1717

1818
[![Build Status](https://travis-ci.org/rsocket/rsocket-java.svg?branch=develop)](https://travis-ci.org/rsocket/rsocket-java)
1919

20+
⚠️ The `master` branch is now dedicated to development of the `1.1.x` line.
21+
2022
Releases are available via Maven Central.
2123

2224
Example:
@@ -26,8 +28,8 @@ repositories {
2628
mavenCentral()
2729
}
2830
dependencies {
29-
implementation 'io.rsocket:rsocket-core:1.0.0'
30-
implementation 'io.rsocket:rsocket-transport-netty:1.0.0'
31+
implementation 'io.rsocket:rsocket-core:1.1.0-SNAPSHOT'
32+
implementation 'io.rsocket:rsocket-transport-netty:1.1.0-SNAPSHOT'
3133
}
3234
```
3335

@@ -40,8 +42,8 @@ repositories {
4042
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
4143
}
4244
dependencies {
43-
implementation 'io.rsocket:rsocket-core:1.0.1-SNAPSHOT'
44-
implementation 'io.rsocket:rsocket-transport-netty:1.0.1-SNAPSHOT'
45+
implementation 'io.rsocket:rsocket-core:1.1.1-SNAPSHOT'
46+
implementation 'io.rsocket:rsocket-transport-netty:1.1.1-SNAPSHOT'
4547
}
4648
```
4749

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# limitations under the License.
1313
#
1414
version=1.1.0
15-
perfBaselineVersion=1.0.0
15+
perfBaselineVersion=1.0.1

0 commit comments

Comments
 (0)