Skip to content

Commit

Permalink
[RELEASE] 2.11.0-happeo-2-SNAPSHOT prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-universe committed Sep 14, 2024
1 parent 428433b commit 4abcbcb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>

<artifactId>gson-extras</artifactId>
Expand All @@ -30,7 +30,7 @@
<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:37Z</project.build.outputTimestamp>
</properties>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions graal-native-image-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>
<artifactId>graal-native-image-test</artifactId>

<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:37Z</project.build.outputTimestamp>

<!-- GraalVM is JDK >= 17, however for build with regular JDK these tests
are also executed with JDK 11, so for them exclude JDK 17 specific tests -->
Expand Down
4 changes: 2 additions & 2 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>

<artifactId>gson</artifactId>
Expand All @@ -39,7 +39,7 @@
<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:37Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>

<artifactId>gson-metrics</artifactId>
Expand All @@ -33,7 +33,7 @@
<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:37Z</project.build.outputTimestamp>
</properties>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Gson Parent</name>
Expand All @@ -45,7 +45,7 @@

<!-- Make the build reproducible, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<!-- Automatically updated by Maven Release Plugin -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:37Z</project.build.outputTimestamp>
<internal.repository.url.base>urn:happeo:repository:internal</internal.repository.url.base>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>

<artifactId>proto</artifactId>
Expand All @@ -30,7 +30,7 @@
<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:38Z</project.build.outputTimestamp>

<protobufVersion>4.26.1</protobufVersion>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions shrinker-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0-happeo-1</version>
<version>2.11.0-happeo-2-SNAPSHOT</version>
</parent>

<artifactId>shrinker-test</artifactId>

<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2024-09-14T19:19:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-14T19:20:38Z</project.build.outputTimestamp>

<maven.compiler.release>8</maven.compiler.release>
</properties>
Expand Down

0 comments on commit 4abcbcb

Please sign in to comment.