File tree 12 files changed +24
-24
lines changed
12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ consult the
71
71
## Snapshots and Documentation
72
72
73
73
Snapshots 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.
76
76
77
77
[ Snapshot API Javadoc] [ guava-snapshot-api-docs ] as well as
78
78
[ Snapshot API Diffs] [ guava-snapshot-api-diffs ] are also available.
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.guava</groupId >
10
10
<artifactId >guava-bom</artifactId >
11
- <version >HEAD-android-SNAPSHOT</version >
11
+ <version >1.0- HEAD-android-SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<parent >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.guava</groupId >
7
7
<artifactId >guava-parent</artifactId >
8
- <version >HEAD-android-SNAPSHOT</version >
8
+ <version >1.0- HEAD-android-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >guava-testlib</artifactId >
11
11
<name >Guava Testing Library</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.guava</groupId >
7
7
<artifactId >guava-parent</artifactId >
8
- <version >HEAD-android-SNAPSHOT</version >
8
+ <version >1.0- HEAD-android-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >guava-tests</artifactId >
11
11
<name >Guava Unit Tests</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.google.guava</groupId >
8
8
<artifactId >guava-parent</artifactId >
9
- <version >HEAD-android-SNAPSHOT</version >
9
+ <version >1.0- HEAD-android-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >guava</artifactId >
12
12
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.google.guava</groupId >
8
8
<artifactId >guava-parent</artifactId >
9
- <version >HEAD-android-SNAPSHOT</version >
9
+ <version >1.0- HEAD-android-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
<name >Guava Maven Parent</name >
12
12
<description >Parent for guava artifacts</description >
42
42
<module .status>integration</module .status>
43
43
<variant .jvmEnvironment>android</variant .jvmEnvironment>
44
44
<variant .jvmEnvironmentVariantName>android</variant .jvmEnvironmentVariantName>
45
- <otherVariant .version>HEAD-jre-SNAPSHOT</otherVariant .version>
45
+ <otherVariant .version>1.0- HEAD-jre-SNAPSHOT</otherVariant .version>
46
46
<otherVariant .jvmEnvironment>standard-jvm</otherVariant .jvmEnvironment>
47
47
<otherVariant .jvmEnvironmentVariantName>jre</otherVariant .jvmEnvironmentVariantName>
48
48
</properties >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.guava</groupId >
10
10
<artifactId >guava-bom</artifactId >
11
- <version >HEAD-jre-SNAPSHOT</version >
11
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<parent >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.guava</groupId >
7
7
<artifactId >guava-parent</artifactId >
8
- <version >HEAD-jre-SNAPSHOT</version >
8
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >guava-gwt</artifactId >
11
11
<name >Guava GWT compatible libs</name >
134
134
</plugin >
135
135
<plugin >
136
136
<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 >
146
146
</plugin >
147
147
<plugin >
148
148
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.guava</groupId >
7
7
<artifactId >guava-parent</artifactId >
8
- <version >HEAD-jre-SNAPSHOT</version >
8
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >guava-testlib</artifactId >
11
11
<name >Guava Testing Library</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.google.guava</groupId >
7
7
<artifactId >guava-parent</artifactId >
8
- <version >HEAD-jre-SNAPSHOT</version >
8
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
9
9
</parent >
10
10
<artifactId >guava-tests</artifactId >
11
11
<name >Guava Unit Tests</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.google.guava</groupId >
8
8
<artifactId >guava-parent</artifactId >
9
- <version >HEAD-jre-SNAPSHOT</version >
9
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >guava</artifactId >
12
12
<packaging >bundle</packaging >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.google.guava</groupId >
8
8
<artifactId >guava-parent</artifactId >
9
- <version >HEAD-jre-SNAPSHOT</version >
9
+ <version >1.0- HEAD-jre-SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
<name >Guava Maven Parent</name >
12
12
<description >Parent for guava artifacts</description >
42
42
<module .status>integration</module .status>
43
43
<variant .jvmEnvironment>standard-jvm</variant .jvmEnvironment>
44
44
<variant .jvmEnvironmentVariantName>jre</variant .jvmEnvironmentVariantName>
45
- <otherVariant .version>HEAD-android-SNAPSHOT</otherVariant .version>
45
+ <otherVariant .version>1.0- HEAD-android-SNAPSHOT</otherVariant .version>
46
46
<otherVariant .jvmEnvironment>android</otherVariant .jvmEnvironment>
47
47
<otherVariant .jvmEnvironmentVariantName>android</otherVariant .jvmEnvironmentVariantName>
48
48
</properties >
You can’t perform that action at this time.
0 commit comments