You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by na...@apache.org on 2017/09/20 21:10:23 UTC

systemml git commit: [MINOR] Refer to correct version of protoc-jar maven plugin in pom

Repository: systemml
Updated Branches:
  refs/heads/master 3acf786d4 -> c14682b9c


[MINOR] Refer to correct version of protoc-jar maven plugin in pom


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

Branch: refs/heads/master
Commit: c14682b9cb2d02e959ed35a87288f54b7b51da3c
Parents: 3acf786
Author: Nakul Jindal <na...@gmail.com>
Authored: Wed Sep 20 14:10:15 2017 -0700
Committer: Nakul Jindal <na...@gmail.com>
Committed: Wed Sep 20 14:10:15 2017 -0700

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


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