From 544904dd94bc5b674f31e3f4a1ad4becbeb387a9 Mon Sep 17 00:00:00 2001 From: Tatu Date: Wed, 13 Aug 2014 12:31:11 -0700 Subject: [PATCH] prepare master for 2.5 --- pom.xml | 2 +- release-notes/VERSION | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index eebb3daaf3..aa1f16ed85 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.4.2-SNAPSHOT + 2.5.0-SNAPSHOT bundle Core Jackson abstractions, basic JSON streaming API implementation diff --git a/release-notes/VERSION b/release-notes/VERSION index 6d1f9a64e7..c22574f861 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -1,13 +1,15 @@ Project: jackson-core -Version: 2.4.2 (xx-Aug-2014) - -#146: Error while parsing negative floats at the end of the input buffer - (reported by rjmac@github) +Version: 2.5.0 (xx-xxx-2014) ------------------------------------------------------------------------ === History: === ------------------------------------------------------------------------ +2.4.2 (xx-Aug-2014) + +#146: Error while parsing negative floats at the end of the input buffer + (reported by rjmac@github) + 2.4.1.1 (09-Jul-2014) NOTE: this is a "micro-release", which does NOT contain all versions of