Skip to content

Commit b153ca1

Browse files
committed
[maven-release-plugin] rollback the release of gson-parent-2.11.0
1 parent 0e3d2aa commit b153ca1

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

extras/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.11.1-SNAPSHOT</version>
22+
<version>2.10.2-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>gson-extras</artifactId>
@@ -30,7 +30,7 @@
3030
<properties>
3131
<!-- Make the build reproducible, see root `pom.xml` -->
3232
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
33-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
33+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
3434
</properties>
3535

3636
<licenses>

graal-native-image-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.11.1-SNAPSHOT</version>
23+
<version>2.10.2-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>graal-native-image-test</artifactId>
2626

2727
<properties>
2828
<!-- Make the build reproducible, see root `pom.xml` -->
2929
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
30-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
30+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
3131

3232
<!-- GraalVM is JDK >= 17, however for build with regular JDK these tests
3333
are also executed with JDK 11, so for them exclude JDK 17 specific tests -->

gson/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.11.1-SNAPSHOT</version>
23+
<version>2.10.2-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>gson</artifactId>
@@ -36,7 +36,7 @@
3636
<properties>
3737
<!-- Make the build reproducible, see root `pom.xml` -->
3838
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
39-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
39+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
4040

4141
<excludeTestCompilation>**/Java17*</excludeTestCompilation>
4242
</properties>

metrics/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.11.1-SNAPSHOT</version>
22+
<version>2.10.2-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>gson-metrics</artifactId>
@@ -30,7 +30,7 @@
3030
<properties>
3131
<!-- Make the build reproducible, see root `pom.xml` -->
3232
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
33-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
33+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
3434
</properties>
3535

3636
<licenses>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.google.code.gson</groupId>
2121
<artifactId>gson-parent</artifactId>
22-
<version>2.11.1-SNAPSHOT</version>
22+
<version>2.10.2-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Gson Parent</name>
@@ -42,7 +42,7 @@
4242

4343
<!-- Make the build reproducible, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
4444
<!-- Automatically updated by Maven Release Plugin -->
45-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
45+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
4646
</properties>
4747

4848
<!-- These attributes specify that the URLs should be inherited by the modules as is, to avoid constructing
@@ -51,7 +51,7 @@
5151
<url>https://github.com/google/gson/</url>
5252
<connection>scm:git:https://github.com/google/gson.git</connection>
5353
<developerConnection>scm:git:[email protected]:google/gson.git</developerConnection>
54-
<tag>gson-parent-2.11.0</tag>
54+
<tag>HEAD</tag>
5555
</scm>
5656

5757
<developers>

proto/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.11.1-SNAPSHOT</version>
23+
<version>2.10.2-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>proto</artifactId>
@@ -30,7 +30,7 @@
3030
<properties>
3131
<!-- Make the build reproducible, see root `pom.xml` -->
3232
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
33-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
33+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
3434

3535
<protobufVersion>4.26.1</protobufVersion>
3636
</properties>

shrinker-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<parent>
2121
<groupId>com.google.code.gson</groupId>
2222
<artifactId>gson-parent</artifactId>
23-
<version>2.11.1-SNAPSHOT</version>
23+
<version>2.10.2-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>shrinker-test</artifactId>
2727

2828
<properties>
2929
<!-- Make the build reproducible, see root `pom.xml` -->
3030
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
31-
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
31+
<project.build.outputTimestamp>2023-01-01T00:00:00Z</project.build.outputTimestamp>
3232

3333
<maven.compiler.release>8</maven.compiler.release>
3434
</properties>

0 commit comments

Comments
 (0)