Skip to content

Commit 5d0f98e

Browse files
committed
minor fix
1 parent 6df367a commit 5d0f98e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
134134
<links>
135135
<!-- JDK, other Jackson pkgs -->
136136
<link>http://docs.oracle.com/javase/6/docs/api/</link>
137-
<link>http://fasterxml.github.com/jackson-core/javadoc/2.3.0/</link>
138137
</links>
139138
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames>
140139
<bootclasspath>${sun.boot.class.path}</bootclasspath>

release-notes/VERSION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Project: jackson-core
2-
Version: 2.3.1 (xx-Dec-2013)
2+
Version: 2.3.1 (28-Dec-2013)
33

4-
...
4+
No functional changes.
55

66
------------------------------------------------------------------------
77
=== History: ===
88
------------------------------------------------------------------------
99

10+
2.3.0 (14-Nov-2013)
11+
1012
#8: Add methods in `JsonParser`/`JsonGenerator` for reading/writing Object Ids
1113
#47: Support YAML-style comments with `JsonParser.Feature.ALLOW_YAML_COMMENTS`
1214
#60: Add a feature (`JsonParser.Feature.STRICT_DUPLICATE_DETECTION`) to verify

0 commit comments

Comments
 (0)