File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Learn more at http://rsocket.io
15
15
16
16
## Build and Binaries
17
17
18
- [ ![ Build Status ] ( https://travis-ci.org /rsocket/rsocket-java. svg?branch=develop )] ( https://travis-ci.org /rsocket/rsocket-java )
18
+ [ ![ Main Branches Java CI ] ( https://github.com /rsocket/rsocket-java/actions/workflows/gradle-main.yml/badge. svg?branch=1.0.x )] ( https://github.com /rsocket/rsocket-java/actions/workflows/gradle-main.yml )
19
19
20
20
Releases and milestones are available via Maven Central.
21
21
@@ -27,8 +27,8 @@ repositories {
27
27
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
28
28
}
29
29
dependencies {
30
- implementation 'io.rsocket:rsocket-core:1.0.4 '
31
- implementation 'io.rsocket:rsocket-transport-netty:1.0.4 '
30
+ implementation 'io.rsocket:rsocket-core:1.0.5 '
31
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.5 '
32
32
}
33
33
```
34
34
@@ -38,12 +38,12 @@ Example:
38
38
39
39
``` groovy
40
40
repositories {
41
- maven { url 'https://oss.jfrog.org/oss-snapshot-local ' }
41
+ maven { url 'https://maven.pkg.github.com/rsocket/rsocket-java ' }
42
42
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
43
43
}
44
44
dependencies {
45
- implementation 'io.rsocket:rsocket-core:1.0.5 -SNAPSHOT'
46
- implementation 'io.rsocket:rsocket-transport-netty:1.0.5 -SNAPSHOT'
45
+ implementation 'io.rsocket:rsocket-core:1.0.6 -SNAPSHOT'
46
+ implementation 'io.rsocket:rsocket-transport-netty:1.0.6 -SNAPSHOT'
47
47
}
48
48
```
49
49
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
#
14
- version =1.0.5
15
- perfBaselineVersion =1.0.4
14
+ version =1.0.6
15
+ perfBaselineVersion =1.0.5
You can’t perform that action at this time.
0 commit comments