Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-jr-parent-2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 23, 2023
1 parent 905d62e commit fe057c0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions jr-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
</parent>
<artifactId>jackson-jr-all</artifactId>
<name>jackson-jr-all</name>
Expand All @@ -23,7 +23,7 @@ Streaming, in a single jar.

<properties>
<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jr-annotation-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
</parent>
<artifactId>jackson-jr-annotation-support</artifactId>
<packaging>bundle</packaging>
Expand All @@ -33,7 +33,7 @@
<packageVersion.package>${project.groupId}.annotationsupport</packageVersion.package>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jr-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
</parent>
<artifactId>jackson-jr-objects</artifactId>
<packaging>bundle</packaging>
Expand All @@ -31,7 +31,7 @@ has no other dependencies, and provides additional builder-style content generat
<packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jr-retrofit2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
</parent>
<artifactId>jackson-jr-retrofit2</artifactId>
<packaging>bundle</packaging>
Expand All @@ -33,7 +33,7 @@ ${project.groupId}.retrofit2;version=${project.version}
-->

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jr-stree/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
</parent>
<artifactId>jackson-jr-stree</artifactId>
<packaging>bundle</packaging>
Expand All @@ -34,7 +34,7 @@ has no other dependencies.
<packageVersion.package>${project.groupId}.stree</packageVersion.package>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
<name>Parent pom for Jackson jr components</name>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson jr components
</description>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-jr.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-jr.git</developerConnection>
<url>https://github.com/FasterXML/jackson-jr</url>
<tag>HEAD</tag>
<tag>jackson-jr-parent-2.15.0</tag>
</scm>

<properties>
Expand All @@ -47,7 +47,7 @@
<javac.debuglevel>source</javac.debuglevel>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-14T20:15:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:33:04Z</project.build.outputTimestamp>
</properties>

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down

0 comments on commit fe057c0

Please sign in to comment.