Skip to content

Commit 5436c9b

Browse files
committed
Start 2.11 branch
1 parent 8d18b78 commit 5436c9b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jdk:
77
branches:
88
only:
99
- master
10-
- "2.10"
10+
- "2.11"

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-base</artifactId>
7-
<version>2.10.0</version>
7+
<version>2.11.0-SNAPSHOT</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformat-xml</artifactId>
11-
<version>2.10.1-SNAPSHOT</version>
11+
<version>2.11.0-SNAPSHOT</version>
1212
<name>Jackson-dataformat-XML</name>
1313
<packaging>bundle</packaging>
1414
<description>Data format extension for Jackson (http://jackson.codehaus.org) to offer

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Project: jackson-dataformat-xml
44
= Releases
55
------------------------------------------------------------------------
66

7+
2.11.0 (not yet released)
8+
9+
-
10+
711
2.10.0 (26-Sep-2019)
812

913
#242: Deserialization of class inheritance depends on attributes order

0 commit comments

Comments
 (0)