Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: third_party/protobuf/protoc-artifacts/pom.xml

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/protoc-artifacts/build-zip.sh ('k') | third_party/protobuf/python/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/protoc-artifacts/pom.xml
diff --git a/third_party/protobuf/protoc-artifacts/pom.xml b/third_party/protobuf/protoc-artifacts/pom.xml
index e9728a0639a4a12bf7508576dafe8c9b19857176..680154b1b272ff667c5cb91173e4327953bebb2c 100644
--- a/third_party/protobuf/protoc-artifacts/pom.xml
+++ b/third_party/protobuf/protoc-artifacts/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protoc</artifactId>
- <version>3.0.0-beta-2</version>
+ <version>3.1.0</version>
<packaging>pom</packaging>
<name>Protobuf Compiler</name>
<description>
@@ -59,6 +59,7 @@
<argument>build-protoc.sh</argument>
<argument>${os.detected.name}</argument>
<argument>${os.detected.arch}</argument>
+ <argument>protoc</argument>
</arguments>
</configuration>
</plugin>
« no previous file with comments | « third_party/protobuf/protoc-artifacts/build-zip.sh ('k') | third_party/protobuf/python/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698