Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-bom-2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 21, 2022
1 parent 0d678d3 commit 28345e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
</parent>
<artifactId>jackson-base</artifactId>
<name>Jackson Base</name>
Expand Down Expand Up @@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom`
<jackson-bom.version>${project.parent.version}</jackson-bom.version>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-11-21T23:22:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-21T23:24:04Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.14.1-SNAPSHOT</version>
<version>2.14.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com
<javax.activation.version>1.2.0</javax.activation.version>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-11-21T23:22:26Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-21T23:24:04Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 28345e8

Please sign in to comment.