Skip to content

Commit 84e6981

Browse files
committed
Prepare for 2.17.0-rc1
1 parent e80b706 commit 84e6981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.17.0-SNAPSHOT</version>
12+
<version>2.17.0-rc1-SNAPSHOT</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.datatype</groupId>
1515
<artifactId>jackson-datatype-joda</artifactId>
1616
<name>Jackson datatype: Joda</name>
17-
<version>2.17.0-SNAPSHOT</version>
17+
<version>2.17.0-rc1-SNAPSHOT</version>
1818
<packaging>jar</packaging>
1919
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Joda (https://www.joda.org/joda-time/) data types.
2020
</description>

0 commit comments

Comments
 (0)