File tree 2 files changed +14
-2
lines changed 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.19.0-SNAPSHOT </version >
11
+ <version >2.19.0</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
@@ -150,6 +150,18 @@ com.fasterxml.jackson.core.*;version=${project.version}
150
150
<groupId >com.google.code.maven-replacer-plugin</groupId >
151
151
<artifactId >replacer</artifactId >
152
152
</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 >
153
165
154
166
<!-- 04-Mar-2019, tatu: Add rudimentary JDK9+ module info. To build with JDK 8
155
167
will have to use `moduleInfoFile` as anything else requires JDK 9+
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
- 2.19 .0 - rc2 ( 07 - Apr - 2025 )
17
+ 2.19 .0 ( 24 - Apr - 2025 )
18
18
19
19
#633 : Allow skipping `RS ` CTRL - CHAR to support JSON Text Sequences
20
20
(requested by Yanming Z )
You can’t perform that action at this time.
0 commit comments