DATACMNS-371 - Prepare 1.5.3 release.
Upgraded to Spring Data Build 1.0.5.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.0.4.RELEASE</version>
|
||||
<version>1.0.5.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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").
|
||||
|
||||
Reference in New Issue
Block a user