Closed pgrosu closed 7 years ago
So Proto3 is officially out now!
https://github.com/google/protobuf/releases/tag/v3.0.0
Can we bump it to 3.0.0, as well as protobuf-maven-plugin, which is now at 0.6.5 in these lines:
3.0.0
protobuf-maven-plugin
0.6.5
<artifactId>protobuf-maven-plugin</artifactId> <version>0.5.0</version> ... <protocArtifact>com.google.protobuf:protoc:3.0.0-beta-2:exe:${os.detected.classifier}</protocArtifact>
Thanks, Paul
Completed via https://github.com/googlegenomics/utils-java/pull/120
So Proto3 is officially out now!
https://github.com/google/protobuf/releases/tag/v3.0.0
Can we bump it to
3.0.0
, as well asprotobuf-maven-plugin
, which is now at0.6.5
in these lines:Thanks, Paul