| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |