Bumped version to 1.11.0

Change-Id: I0c87ad2cf8f8768cf40c5b7abea0add087a5518a
This commit is contained in:
Wouter van Oortmerssen
2019-04-24 11:34:53 -07:00
parent b72a75f87d
commit 9e7e8cbe9f
10 changed files with 12 additions and 12 deletions

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-parent</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</parent>
<artifactId>grpc-test</artifactId>
<description>Example/Test project demonstrating usage of flatbuffers with GRPC-Java instead of protobufs
</description>
<properties>
<gRPC.version>1.10.0</gRPC.version>
<gRPC.version>1.11.0</gRPC.version>
</properties>
<dependencies>
<dependency>