DATACMNS-449 - Prepare 1.7.1.RELEASE (Codd SR1).
Update pom.xml to use Spring Data Build parent in 1.3.1.RELEASE as well as the release repository. Update changelog to reflect recent changes / releases. Update notice. Update links in readme to point to spring.io. Original Pull Request: #74.
This commit is contained in:
committed by
Oliver Gierke
parent
7625dd30a0
commit
f14f3fd0c3
6
pom.xml
6
pom.xml
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.3.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@@ -201,8 +201,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>http://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>http://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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").
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user