Skip to content

Commit 9f52d75

Browse files
committed
create 2.10 branch
1 parent 46203a8 commit 9f52d75

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.9.7</version>
7+
<version>2.10.0-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-joda</artifactId>
1111
<name>Jackson-datatype-Joda</name>
12-
<version>2.9.8-SNAPSHOT</version>
12+
<version>2.10.0-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1515
Joda (http://joda-time.sourceforge.net/) data types.
File renamed without changes.

release-notes/VERSION renamed to release-notes/VERSION-2.x

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Project: jackson-datatype-joda
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.10.0 (not yet released)
8+
79
2.9.7 (19-Sep-2018)
810

911
#99: Binary compatibility broken in 2.9.x in `DateTimeSerializer`

0 commit comments

Comments
 (0)