Skip to content

Commit

Permalink
Update Java version number and dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfxyjwf committed Mar 31, 2017
1 parent 624d44f commit c2b3b3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
10 changes: 8 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion java/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c2b3b3e

Please sign in to comment.