Skip to content

Commit ceaf129

Browse files
committed
Prepare for 2.16.0-rc1
1 parent 2faf8f4 commit ceaf129

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/pom.xml

Lines changed: 1 addition & 1 deletion
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.16.0-SNAPSHOT</version>
7+
<version>2.16.0-rc1-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-base</artifactId>
1010
<name>Jackson Base</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
88
<!-- note: does NOT change for every version of bom -->
9-
<version>2.16-SNAPSHOT</version>
9+
<version>2.16-rc1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>jackson-bom</artifactId>
1313
<name>Jackson BOM</name>
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.16.0-SNAPSHOT</version>
17+
<version>2.16.0-rc1-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<modules>
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
4949
</scm>
5050

5151
<properties>
52-
<jackson.version>2.16.0-SNAPSHOT</jackson.version>
52+
<jackson.version>2.16.0-rc1-SNAPSHOT</jackson.version>
5353

5454
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
5555
of annotations BUT they are all identical, content-wise.

0 commit comments

Comments
 (0)