Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed May 19, 2024
1 parent 545b802 commit 0e3d2aa
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</version>
<version>2.11.1-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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</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 @@ -20,14 +20,14 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0</version>
<version>2.11.1-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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</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 @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0</version>
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>gson</artifactId>
Expand All @@ -36,7 +36,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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>

<excludeTestCompilation>**/Java17*</excludeTestCompilation>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions metrics/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</version>
<version>2.11.1-SNAPSHOT</version>
</parent>

<artifactId>gson-metrics</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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</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 @@ -19,7 +19,7 @@

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

<name>Gson Parent</name>
Expand All @@ -42,7 +42,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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>
</properties>

<!-- These attributes specify that the URLs should be inherited by the modules as is, to avoid constructing
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</version>
<version>2.11.1-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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</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 @@ -20,15 +20,15 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.11.0</version>
<version>2.11.1-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-05-19T17:21:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-19T17:23:39Z</project.build.outputTimestamp>

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

0 comments on commit 0e3d2aa

Please sign in to comment.