Skip to content

Commit b12d46c

Browse files
Oleh DokukaOlegDokuka
Oleh Dokuka
authored andcommitted
bumps versions
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent c0ae0f5 commit b12d46c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Learn more at http://rsocket.io
1515

1616
## Build and Binaries
1717

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)
1919

2020
Releases and milestones are available via Maven Central.
2121

@@ -27,8 +27,8 @@ repositories {
2727
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
2828
}
2929
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'
3232
}
3333
```
3434

@@ -38,12 +38,12 @@ Example:
3838

3939
```groovy
4040
repositories {
41-
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
41+
maven { url 'https://maven.pkg.github.com/rsocket/rsocket-java' }
4242
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4343
}
4444
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'
4747
}
4848
```
4949

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.0.5
15-
perfBaselineVersion=1.0.4
14+
version=1.0.6
15+
perfBaselineVersion=1.0.5

0 commit comments

Comments
 (0)