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 Feb 5, 2025
1 parent 4b5820d commit 528fd31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
<version>2.12.1</version>
<version>2.12.2-SNAPSHOT</version>
</parent>

<artifactId>gson-extras</artifactId>
<version>2.12.1</version>
<version>2.12.2-SNAPSHOT</version>
<inceptionYear>2008</inceptionYear>
<name>Gson Extras</name>
<description>Google Gson grab bag of utilities, type adapters, etc.</description>

<properties>
<!-- Make the build reproducible, see root `pom.xml` -->
<!-- This is duplicated here because that is recommended by `artifact:check-buildplan` -->
<project.build.outputTimestamp>2025-02-05T00:36:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-02-05T00:41:06Z</project.build.outputTimestamp>

<!-- Overwrite property from parent; this module is currently not deployed -->
<gson.isInternalModule>true</gson.isInternalModule>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.12.1</version>
<version>2.12.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 528fd31

Please sign in to comment.