DATAJPA-374 - Prepare 1.3.4 release.
Updated changelog, notice and readme.
This commit is contained in:
@@ -29,7 +29,7 @@ Download the jar though Maven:
|
||||
<dependency>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-jpa</artifactId>
|
||||
<version>1.3.3.RELEASE</version>
|
||||
<version>1.3.4.RELEASE</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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").
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user