Commit c2b3b3e0 authored by Feng Xiao's avatar Feng Xiao

Update Java version number and dependency.

parent 624d44f0
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<artifactId>protobuf-java</artifactId>
......
......@@ -11,7 +11,7 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<packaging>pom</packaging>
<name>Protocol Buffers [Parent]</name>
......@@ -84,7 +84,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
<version>0.32</version>
</dependency>
</dependencies>
</dependencyManagement>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</parent>
<artifactId>protobuf-java-util</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment