From f239046283cd8feca630d16396eb3fbec6564918 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 30 Sep 2013 12:07:15 +0200 Subject: [PATCH] DATACMNS-371 - Prepare 1.5.3 release. Upgraded to Spring Data Build 1.0.5. --- pom.xml | 2 +- src/main/resources/changelog.txt | 10 ++++++++++ src/main/resources/notice.txt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3a278b450..59be1a89f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.data.build spring-data-parent - 1.0.4.RELEASE + 1.0.5.RELEASE ../spring-data-build/parent/pom.xml diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 46ebf9829..3d333372d 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Commons Changelog ============================= +Changes in version 1.5.3.RELEASE (2013-09-30) +--------------------------------------------- +** Bug + * [DATACMNS-360] - Unable to use @Profile annotation on scanned repository interfaces + * [DATACMNS-362] - Potential concurrency issues in Repositories + +** Task + * [DATACMNS-371] - Release 1.5.3. + + Changes in version 1.5.2.RELEASE (2013-07-19) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 6877e3a34..7716c63e8 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.5.1 +Spring Data Commons 1.5.3 Copyright (c) [2013] SpringSource, a division of VMware, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").