Skip to content

Commit

Permalink
set the vert.x grpc version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Mar 5, 2017
1 parent ed876c8 commit d0c7f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>3.4.0</version>

<properties>
<vertx.grpc.version>1.1.1-SNAPSHOT</vertx.grpc.version>
<vertx.grpc.version>1.1.2</vertx.grpc.version>
<jetty.alpnAgent.version>2.0.4</jetty.alpnAgent.version>
<jetty.alpnAgent.path>${settings.localRepository}/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar</jetty.alpnAgent.path>
</properties>
Expand Down

0 comments on commit d0c7f1b

Please sign in to comment.