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

Commit

Permalink
updated rsocket, and fixed fat finger package name'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertroeser committed Jul 27, 2018
1 parent 5bf1b0c commit 628b034
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ project(':metrics-idl') {

project(':metrics-micrometer') {
description = 'Netifi Proteus Micrometer Support'
ext.artifactName = 'metrics-prometheus'
ext.artifactName = 'metrics-micrometer'

apply from: file('../gradle/release.gradle')
apply from: file('../gradle/java.gradle')
Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
compile 'io.opentracing:opentracing-api:0.31.0'
compile 'javax.inject:javax.inject:1'
compile 'com.google.protobuf:protobuf-java:3.6.0'
compile 'io.rsocket:rsocket-core:0.11.3'
compile 'io.rsocket:rsocket-transport-netty:0.11.3'
compile 'io.rsocket:rsocket-core:0.11.4'
compile 'io.rsocket:rsocket-transport-netty:0.11.4'
compile 'io.micrometer:micrometer-core:1.0.3'

protobuf project(':metrics-idl')
Expand Down
2 changes: 1 addition & 1 deletion frames/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compile 'io.rsocket:rsocket-core:0.11.3'
compile 'io.rsocket:rsocket-core:0.11.4'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=io.netifi.proteus
version=0.8.2
version=0.8.3
4 changes: 2 additions & 2 deletions gradle/java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ dependencies {
testCompile 'org.apache.logging.log4j:log4j-api:2.8.2'
testCompile 'org.apache.logging.log4j:log4j-core:2.8.2'
testCompile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8.2'
testCompile 'io.rsocket:rsocket-transport-netty:0.11.3'
testCompile 'io.rsocket:rsocket-transport-local:0.11.3'
testCompile 'io.rsocket:rsocket-transport-netty:0.11.4'
testCompile 'io.rsocket:rsocket-transport-local:0.11.4'
testCompile 'org.mockito:mockito-all:1.10.19'
}

Expand Down

0 comments on commit 628b034

Please sign in to comment.