10000 [maven-release-plugin] prepare release jackson-bom-2.19.1 · FasterXML/jackson-bom@8ff1ae1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ff1ae1

Browse files
committed
[maven-release-plugin] prepare release jackson-bom-2.19.1
1 parent b5dfc68 commit 8ff1ae1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-bom</artifactId>
7-
<version>2.19.1-SNAPSHOT</version>
7+
<version>2.19.1</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<name>Jackson Base</name>
@@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom`
3232
<jackson-bom.version>${project.parent.version}</jackson-bom.version>
3333

3434
<!-- for Reproducible Builds -->
35-
<project.build.outputTimestamp>2025-04-24T23:06:21Z</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2025-06-14T00:57:38Z</project.build.outputTimestamp>
3636
</properties>
3737

3838
<dependencyManagement>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>Bill of Materials pom for getting full, complete set of compatible versions
1515
of Jackson components maintained by FasterXML.com
1616
</description>
17-
<version>2.19.1-SNAPSHOT</version>
17+
<version>2.19.1</version>
1818
<packaging>pom</packaging>
1919

2020
<modules>
@@ -45,7 +45,7 @@ of Jackson components maintained by FasterXML.com
4545
<connection>scm:git:git@github.com:FasterXML/jackson-bom.git</connection>
4646
<developerConnection>scm:git:git@github.com:FasterXML/jackson-bom.git</developerConnection>
4747
<url>https://github.com/FasterXML/jackson-bom</url>
48-
<tag>HEAD</tag>
48+
<tag>jackson-bom-2.19.1</tag>
4949
</scm>
5050

5151
<properties>
@@ -77,7 +77,7 @@ of Jackson components maintained by FasterXML.com
7777
<stax2.version>4.2.2</stax2.version>
7878

7979
<!-- for Reproducible Builds -->
80-
<project.build.outputTimestamp>2025-04-24T23:06:21Z</project.build.outputTimestamp>
80+
<project.build.outputTimestamp>2025-06-14T00:57:38Z</project.build.outputTimestamp>
8181
</properties>
8282

8383
<dependencyManagement>

0 commit comments

Comments
 (0)
0