Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit b756cd1

Browse files
committed
Merge branch 'release/0.9.4'
2 parents 93d7157 + 9a691ee commit b756cd1

File tree

5 files changed

+8
-55
lines changed

5 files changed

+8
-55
lines changed

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1+
language: java
12
sudo: required
2-
matrix:
3-
include:
4-
- os: linux
5-
jdk: oraclejdk8
6-
language: generic
7-
script: gradle/buildViaTravis-linux.sh
8-
- os: osx
9-
osx_image: xcode9.4
10-
language: generic
11-
env:
12-
- HOMEBREW_TEMP="/tmp"
13-
script: gradle/buildViaTravis.sh
3+
jdk: oraclejdk8
4+
script: gradle/buildViaTravis.sh
145
before_cache:
156
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
167
notifications:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.netifi.proteus
2-
version=0.9.3
2+
version=0.9.4

gradle/buildViaTravis-linux.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

gradle/java.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ task ciVersion {
3535
build.dependsOn ciVersion
3636

3737
ext {
38-
rsocketRpcVersion = '0.2.1'
38+
rsocketRpcVersion = '0.2.2'
3939
protobufVersion = '3.6.1'
4040
}
4141

@@ -94,8 +94,8 @@ dependencies {
9494
testCompile 'org.apache.logging.log4j:log4j-api:2.9.0'
9595
testCompile 'org.apache.logging.log4j:log4j-core:2.9.0'
9696
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.0'
97-
testCompile 'io.rsocket:rsocket-transport-netty:0.11.6'
98-
testCompile 'io.rsocket:rsocket-transport-local:0.11.6'
97+
testCompile 'io.rsocket:rsocket-transport-netty:0.11.7'
98+
testCompile 'io.rsocket:rsocket-transport-local:0.11.7'
9999
testCompile 'org.mockito:mockito-all:1.10.19'
100100
}
101101

proteus-frames/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
compile 'io.rsocket:rsocket-core:0.11.6'
2+
compile 'io.rsocket:rsocket-core:0.11.7'
33
}

0 commit comments

Comments
 (0)