diff --git a/pom.xml b/pom.xml index e5b8db81c..792c815e5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.data.build spring-data-parent - 1.3.1.BUILD-SNAPSHOT + 1.3.1.RELEASE ../spring-data-build/parent/pom.xml @@ -201,8 +201,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-release + http://repo.spring.io/libs-release diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index b9699cf41..561d008f0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,27 @@ Spring Data Commons Changelog ============================= +Changes in version 1.7.1.RELEASE (2014-03-13) +--------------------------------------------- +** Bug + * [DATACMNS-447] Soften too strict strickt-check in MappingContext. + * [DATACMNS-453] Fix NPE in isPageableRepository() for Repositories without a findAll() method. + * [DATACMNS-460] Repository metadata now supports array return types for query methods. + * [DATACMNS-462] AbstractPersistentProperty considers collections and maps entities now. + +** Improvement + * [DATACMNS-466] More aggressive checks for the correct Spring version. + +** Task + * [DATACMNS-465] Polished template.mf + +Changes in version 1.6.5.RELEASE (2014-03-10) +--------------------------------------------- +** Bug + * [DATACMNS-442] - Additional documentation on @NoRepositoryBean annotation for intermediate repository interface. + * [DATACMNS-460] - Support for repository queries returning array type. + * [DATACMNS-462] - Fully initialize collection and map properties. + Changes in version 1.7.0.RELEASE (2014-02-24) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 7bd94fcde..98806e2bc 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.7.0 GA +Spring Data Commons 1.7.1 GA Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 873d04d0b..fca6f9af0 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -Spring Data Commons 1.7.0 GA (Feb 24th, 2014) +Spring Data Commons 1.7.1 GA (March 13th, 2014) --------------------------------------------- Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt). @@ -13,5 +13,5 @@ The reference manual and javadoc are located in the 'docs' directory. ADDITIONAL RESOURCES: -Spring Data Homepage: http://www.springsource.org/spring-data -Spring Data Forum: http://forum.springsource.org/forumdisplay.php?f=?? +Spring Data Homepage: http://projects.spring.io/spring-data +Spring Data Forum: http://forum.spring.io/forum/spring-projects/data/nosql