Skip to content

Commit 98154c4

Browse files
committed
Set version number for guava-parent to 33.4.5.
1 parent f429f39 commit 98154c4

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

android/guava-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.google.guava</groupId>
1010
<artifactId>guava-bom</artifactId>
11-
<version>999.0.0-HEAD-android-SNAPSHOT</version>
11+
<version>33.4.5-android</version>
1212
<packaging>pom</packaging>
1313

1414
<parent>

android/guava-testlib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.guava</groupId>
77
<artifactId>guava-parent</artifactId>
8-
<version>999.0.0-HEAD-android-SNAPSHOT</version>
8+
<version>33.4.5-android</version>
99
</parent>
1010
<artifactId>guava-testlib</artifactId>
1111
<name>Guava Testing Library</name>

android/guava-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.guava</groupId>
77
<artifactId>guava-parent</artifactId>
8-
<version>999.0.0-HEAD-android-SNAPSHOT</version>
8+
<version>33.4.5-android</version>
99
</parent>
1010
<artifactId>guava-tests</artifactId>
1111
<name>Guava Unit Tests</name>

android/guava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.guava</groupId>
88
<artifactId>guava-parent</artifactId>
9-
<version>999.0.0-HEAD-android-SNAPSHOT</version>
9+
<version>33.4.5-android</version>
1010
</parent>
1111
<artifactId>guava</artifactId>
1212
<packaging>bundle</packaging>

android/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.google.guava</groupId>
88
<artifactId>guava-parent</artifactId>
9-
<version>999.0.0-HEAD-android-SNAPSHOT</version>
9+
<version>33.4.5-android</version>
1010
<packaging>pom</packaging>
1111
<name>Guava Maven Parent</name>
1212
<description>Parent for guava artifacts</description>
@@ -23,7 +23,7 @@
2323
<jspecify.version>1.0.0</jspecify.version>
2424
<errorprone.version>2.36.0</errorprone.version>
2525
<j2objc.version>3.0.0</j2objc.version>
26-
<project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-03-19T21:40:44Z</project.build.outputTimestamp>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<!--
2929
Some tests need reflective access to the internals of these packages. It is only the
@@ -39,10 +39,10 @@
3939
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4040
</test.add.opens>
4141
<test.add.args></test.add.args>
42-
<module.status>integration</module.status>
42+
<module.status>release</module.status>
4343
<variant.jvmEnvironment>android</variant.jvmEnvironment>
4444
<variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName>
45-
<otherVariant.version>999.0.0-HEAD-jre-SNAPSHOT</otherVariant.version>
45+
<otherVariant.version>33.4.5-jre</otherVariant.version>
4646
<otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>
4747
<otherVariant.jvmEnvironmentVariantName>jre</otherVariant.jvmEnvironmentVariantName>
4848
</properties>

guava-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.google.guava</groupId>
1010
<artifactId>guava-bom</artifactId>
11-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
11+
<version>33.4.5-jre</version>
1212
<packaging>pom</packaging>
1313

1414
<parent>

guava-gwt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.guava</groupId>
77
<artifactId>guava-parent</artifactId>
8-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.5-jre</version>
99
</parent>
1010
<artifactId>guava-gwt</artifactId>
1111
<name>Guava GWT compatible libs</name>

guava-testlib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.guava</groupId>
77
<artifactId>guava-parent</artifactId>
8-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.5-jre</version>
99
</parent>
1010
<artifactId>guava-testlib</artifactId>
1111
<name>Guava Testing Library</name>

guava-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.guava</groupId>
77
<artifactId>guava-parent</artifactId>
8-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.5-jre</version>
99
</parent>
1010
<artifactId>guava-tests</artifactId>
1111
<name>Guava Unit Tests</name>

guava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.google.guava</groupId>
88
<artifactId>guava-parent</artifactId>
9-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
9+
<version>33.4.5-jre</version>
1010
</parent>
1111
<artifactId>guava</artifactId>
1212
<packaging>bundle</packaging>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.google.guava</groupId>
88
<artifactId>guava-parent</artifactId>
9-
<version>999.0.0-HEAD-jre-SNAPSHOT</version>
9+
<version>33.4.5-jre</version>
1010
<packaging>pom</packaging>
1111
<name>Guava Maven Parent</name>
1212
<description>Parent for guava artifacts</description>
@@ -23,7 +23,7 @@
2323
<jspecify.version>1.0.0</jspecify.version>
2424
<errorprone.version>2.36.0</errorprone.version>
2525
<j2objc.version>3.0.0</j2objc.version>
26-
<project.build.outputTimestamp>2025-01-02T00:00:00Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-03-19T21:40:50Z</project.build.outputTimestamp>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<!--
2929
Some tests need reflective access to the internals of these packages. It is only the
@@ -39,10 +39,10 @@
3939
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4040
</test.add.opens>
4141
<test.add.args></test.add.args>
42-
<module.status>integration</module.status>
42+
<module.status>release</module.status>
4343
<variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment>
4444
<variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName>
45-
<otherVariant.version>999.0.0-HEAD-android-SNAPSHOT</otherVariant.version>
45+
<otherVariant.version>33.4.5-android</otherVariant.version>
4646
<otherVariant.jvmEnvironment>android</otherVariant.jvmEnvironment>
4747
<otherVariant.jvmEnvironmentVariantName>android</otherVariant.jvmEnvironmentVariantName>
4848
</properties>

0 commit comments

Comments
 (0)