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

Side by Side Diff: third_party/protobuf/ruby/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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion> 5 <modelVersion>4.0.0</modelVersion>
6 <parent> 6 <parent>
7 <groupId>com.google</groupId> 7 <groupId>com.google</groupId>
8 <artifactId>google</artifactId> 8 <artifactId>google</artifactId>
9 <version>1</version> 9 <version>1</version>
10 </parent> 10 </parent>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </dependency> 79 </dependency>
80 <dependency> 80 <dependency>
81 <groupId>org.jruby</groupId> 81 <groupId>org.jruby</groupId>
82 <artifactId>jruby-complete</artifactId> 82 <artifactId>jruby-complete</artifactId>
83 <version>1.7.13</version> 83 <version>1.7.13</version>
84 <scope>provided</scope> 84 <scope>provided</scope>
85 </dependency> 85 </dependency>
86 <dependency> 86 <dependency>
87 <groupId>com.google.protobuf</groupId> 87 <groupId>com.google.protobuf</groupId>
88 <artifactId>protobuf-java</artifactId> 88 <artifactId>protobuf-java</artifactId>
89 <version>3.0.0-alpha-3</version> 89 <version>3.0.0</version>
90 </dependency> 90 </dependency>
91 </dependencies> 91 </dependencies>
92 </project> 92 </project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698