Skip to content

Commit

Permalink
Set version numbers to 24.0-jre-SNAPSHOT.
Browse files Browse the repository at this point in the history
This makes Maven consider 24.0-jre to be "newer" than 24.0-android.
That's preferable, as discussed in #2914, #2839, and https://docs.google.com/document/d/1NYGbfz56C0Oh4IGymXjeQUVK4FcRiqDbpc4vGLnDMrY/edit#

RELNOTES: To upgrade to Guava 24.0, change your version numbers to "24.0-jre." (Or, if are writing an Android app or Android-compatible library, use "24.0-android.")

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167799453
  • Loading branch information
cpovirk committed Sep 7, 2017
1 parent ffc3e67 commit 61d2a6f
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>24.0-SNAPSHOT</version>
<version>24.0-jre-SNAPSHOT</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>24.0-SNAPSHOT</version>
<version>24.0-jre-SNAPSHOT</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>24.0-SNAPSHOT</version>
<version>24.0-jre-SNAPSHOT</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>24.0-SNAPSHOT</version>
<version>24.0-jre-SNAPSHOT</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>24.0-SNAPSHOT</version>
<version>24.0-jre-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Guava Maven Parent</name>
<url>https://github.com/google/guava</url>
Expand Down

0 comments on commit 61d2a6f

Please sign in to comment.