googlegenomics / utils-java

Common Java files for Google Genomics integrations.
Apache License 2.0
5 stars 11 forks source link

New version update request: Protobuf 3.0.0 is officially released #110

Closed pgrosu closed 7 years ago

pgrosu commented 8 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:

<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

deflaux commented 7 years ago

Completed via https://github.com/googlegenomics/utils-java/pull/120