Skip to content

Commit bc2271a

Browse files
committed
upgrade master to 2.9.0-SNAPSHOT
1 parent ccd7212 commit bc2271a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
1212
<artifactId>jackson-databind</artifactId>
13-
<version>2.8.3-SNAPSHOT</version>
13+
<version>2.9.0-SNAPSHOT</version>
1414
<name>jackson-databind</name>
1515
<packaging>bundle</packaging>
1616
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -25,9 +25,11 @@
2525
</scm>
2626

2727
<properties>
28-
<!-- With Jackson 2.8 we will require JDK 7 (except for annotations/streaming),
28+
<!-- With Jackson 2.9 we will require JDK 7 (except for annotations/streaming),
2929
and new language features (diamond pattern) may be used.
30-
Whether JDK dependencies are directly used is an open question as of Feb-2016
30+
JDK classes are still loaded dynamically since there isn't much downside
31+
(small number of types); this allows use on JDK 6 platforms still (including
32+
Android)
3133
-->
3234
<javac.src.version>1.7</javac.src.version>
3335
<javac.target.version>1.7</javac.target.version>

0 commit comments

Comments
 (0)