Skip to content

Commit

Permalink
Revert back to protobuf v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcj committed Oct 3, 2016
1 parent 0e65d2a commit 1cc083c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ was limited exposed and documented proto generation capabilities in
the main bazel repository. This is a moving target. The main goals
of this project are to:

1. Provide `protoc`, the protocol buffer compiler ([v3.1.0](https://github.com/google/protobuf/releases/tag/v3.1.0)).
1. Provide `protoc`, the protocol buffer compiler ([v3.0.0](https://github.com/google/protobuf/releases/tag/v3.0.0)).

2. Provide the language-specific plugins.

Expand Down
2 changes: 1 addition & 1 deletion protobuf/internal/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ REPOSITORIES = {
"kind": "git_repository",
"name": "com_github_google_protobuf",
"remote": "https://github.com/google/protobuf.git",
"tag": "v3.1.0",
"tag": "v3.0.0",
},

# This binds the cc_binary "protoc" into //external:protoc. This
Expand Down

0 comments on commit 1cc083c

Please sign in to comment.