Merge pull request #6233 from haon4/fix_lite_version

Fix JavaLite version
pull/6248/head
Hao Nguyen 6 years ago committed by GitHub
commit 2cac37a20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      java/lite/pom.xml

@ -6,7 +6,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.8.0-rc-1</version>
<version>3.8.0</version>
</parent>
<artifactId>protobuf-javalite</artifactId>

Loading…
Cancel
Save