From ba6723339191976e8cbb320ea6ea06eb529658ee Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 31 Mar 2014 10:48:48 +0200 Subject: [PATCH] #127 - Prepare 0.10.0.RELEASE. Upgraded to latest Objenesis and Slf4j. Updated changelog. --- pom.xml | 10 +++++----- src/main/resources/changelog.txt | 10 ++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7ae14254..e0dc4c00 100644 --- a/pom.xml +++ b/pom.xml @@ -58,14 +58,14 @@ UTF-8 - 3.2.7.RELEASE - 1.0.13 - 2.3.0 + 3.2.8.RELEASE + 1.1.0 + 2.3.2 1.0 1.1.1 0.9.1 - 1.3 - 1.7.5 + 2.1 + 1.7.6 1.0.1 true diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ebbddecd..edde485b 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring HATEOAS Changelog ========================= +Changes in version 0.10.0.RELEASE (2014-03-30) +---------------------------------------------- +- #165 - Drop Jackson 1.x support +- #162 - Documentation - @RelationType +- #160 - Fix UriTemplate.expand(…) method signature to prevent accidental binding to varargs overload +- #158 - HalEmbeddedBuilder should forward proxy target class to RelProviders +- #154 - Build fails with Java 7 +- #148 - Cant't get HAL-Type serialization to work +- #103 - Spring HATEOAS fails in WebSphere 8 + Changes in version 0.9.0.RELEASE (2014-01-29) --------------------------------------------- - #147 - Add convenience toString to VndErrors