Skip to content

Commit 91e693b

Browse files
committed
DATACMNS-443 - Prepare 1.7.0.RELEASE.
1 parent ab37869 commit 91e693b

File tree

4 files changed

+46
-7
lines changed

4 files changed

+46
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.3.0.BUILD-SNAPSHOT</version>
15+
<version>1.3.0.RELEASE</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

@@ -201,8 +201,8 @@
201201

202202
<repositories>
203203
<repository>
204-
<id>spring-libs-snapshot</id>
205-
<url>http://repo.spring.io/libs-snapshot</url>
204+
<id>spring-libs-release</id>
205+
<url>http://repo.spring.io/libs-release</url>
206206
</repository>
207207
</repositories>
208208

src/main/resources/changelog.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 1.7.0.RELEASE (2014-02-24)
5+
---------------------------------------------
6+
** Bug
7+
* [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
8+
* [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
9+
* [DATACMNS-441] - Analyzing @Query annotated bridge methods lead to NPEs during QueryMethod processing in Java 8
10+
* [DATACMNS-442] - ID type not detected for intermediate repository interface
11+
12+
** Improvement
13+
* [DATACMNS-433] - Add IsLike and IsNotLike
14+
* [DATACMNS-434] - Update spring-data-parent's slf4j dependencies to version 1.7.5
15+
* [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
16+
* [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
17+
* [DATACMNS-446] - Add toString() methods to ClassTypeInformation
18+
19+
** Task
20+
* [DATACMNS-443] - Release 1.7 GA.
21+
* [DATACMNS-444] - DefaultPersistentPropertyPath should drop null path segments in toDotPath(…)
22+
* [DATACMNS-445] - Documentation overhaul
23+
24+
Changes in version 1.6.4.RELEASE (2014-02-17)
25+
---------------------------------------------
26+
** Bug
27+
* [DATACMNS-407] - Incorrect prev and next links when using paging and sorting
28+
* [DATACMNS-412] - Exception ' java.lang.IllegalArgumentException: Not an managed type' upon a tomcat context reload
29+
* [DATACMNS-429] - PageRequest constructor documentation parameter order incorrect.
30+
* [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183)
31+
* [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString()
32+
33+
** Improvement
34+
* [DATACMNS-433] - Add IsLike and IsNotLike
35+
* [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX
36+
* [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation
37+
38+
** Task
39+
* [DATACMNS-417] - Add contribution guidelines
40+
* [DATACMNS-422] - Mitigate semantic changes in Spring 4.0's GenericTypeResolver
41+
* [DATACMNS-438] - Release 1.6.4
42+
443
Changes in version 1.7.0.RC1 (2014-01-29)
544
-----------------------------------------
645
** Bug

src/main/resources/notice.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Spring Data Commons 1.7.0 RC1
2-
Copyright (c) [2010-2013] SpringSource, a division of Pivotal, Inc.
1+
Spring Data Commons 1.7.0 GA
2+
Copyright (c) [2010-2014] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
55
You may not use this product except in compliance with the License.

src/main/resources/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SPRING DATA Commons 1.7.0 M1 (Nov 19th 2013)
2-
-------------------------------------------------
1+
Spring Data Commons 1.7.0 GA (Feb 24th, 2014)
2+
---------------------------------------------
33

44
Spring Data Commons is released under the terms of the Apache Software License Version 2.0 (see license.txt).
55

0 commit comments

Comments
 (0)