summaryrefslogtreecommitdiff
path: root/grpc/pom.xml
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-05-07 08:46:34 -0700
committerWouter van Oortmerssen <aardappel@gmail.com>2018-05-07 08:46:34 -0700
commitd215852f52760299cc0dec2f564c2eb39d5c5042 (patch)
tree731618c4e3cf4bd1ec8ad832261712e1fcaf6786 /grpc/pom.xml
parent12c4c2238c9156446afa3cd246868e0e22441ca6 (diff)
downloadflatbuffers-d215852f52760299cc0dec2f564c2eb39d5c5042.tar.gz
flatbuffers-d215852f52760299cc0dec2f564c2eb39d5c5042.tar.bz2
flatbuffers-d215852f52760299cc0dec2f564c2eb39d5c5042.zip
Several pom.xml files did not have their version bumped to 1.9.0
Change-Id: I7c9bb5406ae8df951afe12a008f0d071e0195bfa
Diffstat (limited to 'grpc/pom.xml')
-rw-r--r--grpc/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/pom.xml b/grpc/pom.xml
index b43369e3..fa911761 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-parent</artifactId>
<packaging>pom</packaging>
- <version>1.8.0</version>
+ <version>1.9.0</version>
<name>flatbuffers-parent</name>
<description>parent pom for flatbuffers java artifacts</description>
<properties>
@@ -201,7 +201,7 @@
</build>
<modules>
-<!-- consider the benefits of publishing all maven artifacts in this project
+<!-- consider the benefits of publishing all maven artifacts in this project
<module>flatbuffers-compiler</module>
<module>flatbuffers-java</module>