Skip to content

Commit ffe051f

Browse files
committed
Set version number for guava-parent to 33.4.4.
1 parent 80559d2 commit ffe051f

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>HEAD-android-SNAPSHOT</version>
11+
<version>33.4.4-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>HEAD-android-SNAPSHOT</version>
8+
<version>33.4.4-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>HEAD-android-SNAPSHOT</version>
8+
<version>33.4.4-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>HEAD-android-SNAPSHOT</version>
9+
<version>33.4.4-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>HEAD-android-SNAPSHOT</version>
9+
<version>33.4.4-android</version>
1010
<packaging>pom</packaging>
1111
<name>Guava Maven Parent</name>
1212
<description>Parent for guava artifacts</description>
@@ -25,7 +25,7 @@
2525
<j2objc.version>3.0.0</j2objc.version>
2626
<!-- Empty for all JDKs but 9-12 -->
2727
<maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
28-
<project.build.outputTimestamp>2024-01-02T00:00:00Z</project.build.outputTimestamp>
28+
<project.build.outputTimestamp>2025-03-19T21:40:52Z</project.build.outputTimestamp>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<!--
3131
Some tests need reflective access to the internals of these packages. It is only the
@@ -41,10 +41,10 @@
4141
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4242
</test.add.opens>
4343
<test.add.args></test.add.args>
44-
<module.status>integration</module.status>
44+
<module.status>release</module.status>
4545
<variant.jvmEnvironment>android</variant.jvmEnvironment>
4646
<variant.jvmEnvironmentVariantName>android</variant.jvmEnvironmentVariantName>
47-
<otherVariant.version>HEAD-jre-SNAPSHOT</otherVariant.version>
47+
<otherVariant.version>33.4.4-jre</otherVariant.version>
4848
<otherVariant.jvmEnvironment>standard-jvm</otherVariant.jvmEnvironment>
4949
<otherVariant.jvmEnvironmentVariantName>jre</otherVariant.jvmEnvironmentVariantName>
5050
</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>HEAD-jre-SNAPSHOT</version>
11+
<version>33.4.4-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>HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.4-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>HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.4-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>HEAD-jre-SNAPSHOT</version>
8+
<version>33.4.4-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>HEAD-jre-SNAPSHOT</version>
9+
<version>33.4.4-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>HEAD-jre-SNAPSHOT</version>
9+
<version>33.4.4-jre</version>
1010
<packaging>pom</packaging>
1111
<name>Guava Maven Parent</name>
1212
<description>Parent for guava artifacts</description>
@@ -25,7 +25,7 @@
2525
<j2objc.version>3.0.0</j2objc.version>
2626
<!-- Empty for all JDKs but 9-12 -->
2727
<maven-javadoc-plugin.additionalJOptions></maven-javadoc-plugin.additionalJOptions>
28-
<project.build.outputTimestamp>2024-01-02T00:00:00Z</project.build.outputTimestamp>
28+
<project.build.outputTimestamp>2025-03-19T21:40:57Z</project.build.outputTimestamp>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030
<!--
3131
Some tests need reflective access to the internals of these packages. It is only the
@@ -41,10 +41,10 @@
4141
--add-opens java.base/sun.security.jca=ALL-UNNAMED
4242
</test.add.opens>
4343
<test.add.args></test.add.args>
44-
<module.status>integration</module.status>
44+
<module.status>release</module.status>
4545
<variant.jvmEnvironment>standard-jvm</variant.jvmEnvironment>
4646
<variant.jvmEnvironmentVariantName>jre</variant.jvmEnvironmentVariantName>
47-
<otherVariant.version>HEAD-android-SNAPSHOT</otherVariant.version>
47+
<otherVariant.version>33.4.4-android</otherVariant.version>
4848
<otherVariant.jvmEnvironment>android</otherVariant.jvmEnvironment>
4949
<otherVariant.jvmEnvironmentVariantName>android</otherVariant.jvmEnvironmentVariantName>
5050
</properties>

0 commit comments

Comments
 (0)