Depend on proto 3.0.0-alpha-2 instead of snapshot

There has now been a release of the proto code we need, so use it
instead of master.
This commit is contained in:
Eric Anderson 2015-02-26 07:53:17 -08:00
parent 98e5a38dd2
commit a6f5fff6e4
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ $ cd lib/netty
$ mvn install -pl codec-http2 -am -DskipTests=true
```
The codegen plugin requires a recent protobuf build from master (what will
become proto3):
The codegen plugin requires protobuf 3.0.0-alpha-2:
```
$ git clone https://github.com/google/protobuf.git
$ cd protobuf
$ git checkout v3.0.0-alpha-2
$ ./autogen.sh
$ ./configure
$ make

View File

@ -30,8 +30,8 @@ subprojects {
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
oauth_client: 'com.google.oauth-client:google-oauth-client:1.18.0-rc',
okhttp: 'com.squareup.okhttp:okhttp:2.2.0',
protobuf: 'com.google.protobuf:protobuf-java:3.0.0-pre',
protobuf_nano: 'com.google.protobuf.nano:protobuf-javanano:2.6.2-pre',
protobuf: 'com.google.protobuf:protobuf-java:3.0.0-alpha-2',
protobuf_nano: 'com.google.protobuf.nano:protobuf-javanano:3.0.0-alpha-2',
protobuf_plugin: 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1',
// TODO: Unreleased dependencies.