Repository: systemml Updated Branches: refs/heads/master 355373990 -> 8ea38a1b1
[HOTFIX] fix for Caffe2DML - switching back to using protoc v2.5.0 to compile the proto file Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/8ea38a1b Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/8ea38a1b Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/8ea38a1b Branch: refs/heads/master Commit: 8ea38a1b14a17d81299063cd281631369574a067 Parents: 3553739 Author: Nakul Jindal <[email protected]> Authored: Fri Oct 6 11:59:59 2017 -0700 Committer: Nakul Jindal <[email protected]> Committed: Fri Oct 6 11:59:59 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/8ea38a1b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 28b166f..ff90986 100644 --- a/pom.xml +++ b/pom.xml @@ -354,7 +354,7 @@ <goal>run</goal> </goals> <configuration> - <protocVersion>2.6.1</protocVersion> <!-- 2.4.1, 2.5.0, 2.6.1, 3.4.0 --> + <protocVersion>2.5.0</protocVersion> <!-- 2.4.1, 2.5.0, 2.6.1, 3.4.0 --> <inputDirectories> <include>src/main/proto/caffe</include> </inputDirectories>
