Repository: systemml
Updated Branches:
  refs/heads/master e4c2f9e57 -> 5dce90b3b


[SYSTEMML-1875] Changed pom.xml to use the latest protoc-jar

- This uses the latest protoc-jar-maven-plugin to get the protoc
compiler for ppc

Closes #676


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/5dce90b3
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/5dce90b3
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/5dce90b3

Branch: refs/heads/master
Commit: 5dce90b3bbf120a053233f0b49eb6fa7c0ddfebf
Parents: e4c2f9e
Author: Nakul Jindal <[email protected]>
Authored: Fri Sep 29 14:47:49 2017 -0700
Committer: Nakul Jindal <[email protected]>
Committed: Fri Sep 29 14:47:49 2017 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/5dce90b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c19e11c..28b166f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@
                        <plugin>
                            <groupId>com.github.os72</groupId>
                            <artifactId>protoc-jar-maven-plugin</artifactId>
-                           <version>3.0.0-b2.1</version>
+                           <version>3.4.0.1</version>
                            <executions>
                                <execution>
                                        <id>caffe-sources</id>
@@ -354,7 +354,7 @@
                                        <goal>run</goal>
                                    </goals>
                                    <configuration>
-                                       <protocVersion>2.5.0</protocVersion> 
<!-- 2.4.1, 2.5.0, 2.6.1, 3.0.0 -->
+                                       <protocVersion>2.6.1</protocVersion> 
<!-- 2.4.1, 2.5.0, 2.6.1, 3.4.0 -->
                                        <inputDirectories>
                                            
<include>src/main/proto/caffe</include>
                                        </inputDirectories>

Reply via email to