Skip to content

Commit

Permalink
Set version number to 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgdecker committed Jan 12, 2017
1 parent cef6bdc commit 0f025e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion guava-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>21.0-rc2</version>
<version>21.0</version>
</parent>
<artifactId>guava-gwt</artifactId>
<name>Guava GWT compatible libs</name>
Expand Down
2 changes: 1 addition & 1 deletion guava-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>21.0-rc2</version>
<version>21.0</version>
</parent>
<artifactId>guava-testlib</artifactId>
<name>Guava Testing Library</name>
Expand Down
2 changes: 1 addition & 1 deletion guava-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>21.0-rc2</version>
<version>21.0</version>
</parent>
<artifactId>guava-tests</artifactId>
<name>Guava Unit Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.google.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>21.0-rc2</version>
<version>21.0</version>
</parent>
<artifactId>guava</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.google.guava</groupId>
<artifactId>guava-parent</artifactId>
<version>21.0-rc2</version>
<version>21.0</version>
<packaging>pom</packaging>
<name>Guava Maven Parent</name>
<url>https://github.com/google/guava</url>
Expand Down

0 comments on commit 0f025e5

Please sign in to comment.