File tree Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Expand file tree Collapse file tree 12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ consult the
7171## Snapshots and Documentation
7272
7373Snapshots of Guava built from the ` master ` branch are available through Maven
74- using version ` HEAD-jre-SNAPSHOT ` , or ` HEAD-android-SNAPSHOT ` for the Android
75- flavor.
74+ using version ` 1.0- HEAD-jre-SNAPSHOT` , or ` 1.0- HEAD-android-SNAPSHOT` for the
75+ Android flavor.
7676
7777[ Snapshot API Javadoc] [ guava-snapshot-api-docs ] as well as
7878[ Snapshot API Diffs] [ guava-snapshot-api-diffs ] are also available.
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.guava</groupId >
1010 <artifactId >guava-bom</artifactId >
11- <version >HEAD-android-SNAPSHOT</version >
11+ <version >1.0- HEAD-android-SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313
1414 <parent >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.guava</groupId >
77 <artifactId >guava-parent</artifactId >
8- <version >HEAD-android-SNAPSHOT</version >
8+ <version >1.0- HEAD-android-SNAPSHOT</version >
99 </parent >
1010 <artifactId >guava-testlib</artifactId >
1111 <name >Guava Testing Library</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.guava</groupId >
77 <artifactId >guava-parent</artifactId >
8- <version >HEAD-android-SNAPSHOT</version >
8+ <version >1.0- HEAD-android-SNAPSHOT</version >
99 </parent >
1010 <artifactId >guava-tests</artifactId >
1111 <name >Guava Unit Tests</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.google.guava</groupId >
88 <artifactId >guava-parent</artifactId >
9- <version >HEAD-android-SNAPSHOT</version >
9+ <version >1.0- HEAD-android-SNAPSHOT</version >
1010 </parent >
1111 <artifactId >guava</artifactId >
1212 <packaging >bundle</packaging >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.google.guava</groupId >
88 <artifactId >guava-parent</artifactId >
9- <version >HEAD-android-SNAPSHOT</version >
9+ <version >1.0- HEAD-android-SNAPSHOT</version >
1010 <packaging >pom</packaging >
1111 <name >Guava Maven Parent</name >
1212 <description >Parent for guava artifacts</description >
4242 <module .status>integration</module .status>
4343 <variant .jvmEnvironment>android</variant .jvmEnvironment>
4444 <variant .jvmEnvironmentVariantName>android</variant .jvmEnvironmentVariantName>
45- <otherVariant .version>HEAD-jre-SNAPSHOT</otherVariant .version>
45+ <otherVariant .version>1.0- HEAD-jre-SNAPSHOT</otherVariant .version>
4646 <otherVariant .jvmEnvironment>standard-jvm</otherVariant .jvmEnvironment>
4747 <otherVariant .jvmEnvironmentVariantName>jre</otherVariant .jvmEnvironmentVariantName>
4848 </properties >
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.guava</groupId >
1010 <artifactId >guava-bom</artifactId >
11- <version >HEAD-jre-SNAPSHOT</version >
11+ <version >1.0- HEAD-jre-SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313
1414 <parent >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.guava</groupId >
77 <artifactId >guava-parent</artifactId >
8- <version >HEAD-jre-SNAPSHOT</version >
8+ <version >1.0- HEAD-jre-SNAPSHOT</version >
99 </parent >
1010 <artifactId >guava-gwt</artifactId >
1111 <name >Guava GWT compatible libs</name >
134134 </plugin >
135135 <plugin >
136136 <artifactId >maven-compiler-plugin</artifactId >
137- <configuration >
138- <excludes >
139- <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: -->
140- <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) -->
141- <!-- 1. Don't compile it (since that requires a *non-test* dep on gwt-user. -->
142- <exclude >**/ForceGuavaCompilation*</exclude >
143- <exclude >**/DummyJavadocClass*</exclude >
144- </excludes >
145- </configuration >
137+ <configuration >
138+ <excludes >
139+ <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: -->
140+ <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) -->
141+ <!-- 1. Don't compile it (since that requires a *non-test* dep on gwt-user. -->
142+ <exclude >**/ForceGuavaCompilation*</exclude >
143+ <exclude >**/DummyJavadocClass*</exclude >
144+ </excludes >
145+ </configuration >
146146 </plugin >
147147 <plugin >
148148 <artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.guava</groupId >
77 <artifactId >guava-parent</artifactId >
8- <version >HEAD-jre-SNAPSHOT</version >
8+ <version >1.0- HEAD-jre-SNAPSHOT</version >
99 </parent >
1010 <artifactId >guava-testlib</artifactId >
1111 <name >Guava Testing Library</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.google.guava</groupId >
77 <artifactId >guava-parent</artifactId >
8- <version >HEAD-jre-SNAPSHOT</version >
8+ <version >1.0- HEAD-jre-SNAPSHOT</version >
99 </parent >
1010 <artifactId >guava-tests</artifactId >
1111 <name >Guava Unit Tests</name >
You can’t perform that action at this time.
0 commit comments