diff --git a/readme.md b/readme.md index 714030b35..cc226d2b5 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Download the jar though Maven: org.springframework.data spring-data-jpa - 1.3.3.RELEASE + 1.3.4.RELEASE ``` diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ab376a469..30a63aed5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,11 @@ Spring Data JPA Changelog ========================= +Changes in version 1.3.4.RELEASE (2013-07-24) +--------------------------------------------- +* Fixed NullPointerException for manually defined queries with multiple named like expressions +* Added missing package-info.java files (DATAJPA-373) + Changes in version 1.3.3.RELEASE (2013-07-19) --------------------------------------------- * Sort with aggregate properties results in an invalid alias being generated and added to the query (DATAJPA-148) diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 1f35d2f3b..a9fa1a833 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data JPA 1.3.3.RELEASE +Spring Data JPA 1.3.4.RELEASE Copyright (c) [2013] SpringSource, a division of VMware, 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 092e8fcdd..7d343418a 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA JPA 1.3.3.RELEASE (Jul 19, 2013) +SPRING DATA JPA 1.3.4.RELEASE (Jul 24, 2013) -------------------------------------------- Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).