Skip to content

Commit 1ac378d

Browse files
committed
Prep for 2.19.0
1 parent 104f6b1 commit 1ac378d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.19.0-SNAPSHOT</version>
11+
<version>2.19.0</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
@@ -150,6 +150,18 @@ com.fasterxml.jackson.core.*;version=${project.version}
150150
<groupId>com.google.code.maven-replacer-plugin</groupId>
151151
<artifactId>replacer</artifactId>
152152
</plugin>
153+
<plugin>
154+
<groupId>org.cyclonedx</groupId>
155+
<artifactId>cyclonedx-maven-plugin</artifactId>
156+
<executions>
157+
<execution>
158+
<phase>package</phase>
159+
<goals>
160+
<goal>makeAggregateBom</goal>
161+
</goals>
162+
</execution>
163+
</executions>
164+
</plugin>
153165

154166
<!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
155167
will have to use `moduleInfoFile` as anything else requires JDK 9+

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.19.0-rc2 (07-Apr-2025)
17+
2.19.0 (24-Apr-2025)
1818

1919
#633: Allow skipping `RS` CTRL-CHAR to support JSON Text Sequences
2020
(requested by Yanming Z)

0 commit comments

Comments
 (0)