diff --git a/pom.xml b/pom.xml
index 88be2de2d..efa76c3c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
org.springframework.data.build
spring-data-parent
- 1.0.2.RELEASE
+ 1.0.3.RELEASE
../spring-data-build/parent/pom.xml
@@ -27,7 +27,7 @@
1.8.0.10
2.0.0
2.2.1
- 1.5.0.RELEASE
+ 1.5.1.RELEASE
@@ -370,8 +370,8 @@
com.mysema.maven
- maven-apt-plugin
- 1.0.4
+ apt-maven-plugin
+ 1.0.9
com.mysema.query.apt.jpa.JPAAnnotationProcessor
diff --git a/readme.md b/readme.md
index 78e9ccd3b..80fda2adb 100644
--- a/readme.md
+++ b/readme.md
@@ -29,17 +29,8 @@ Download the jar though Maven:
org.springframework.data
spring-data-jpa
- 1.1.0.BUILD-SNAPSHOT
-
-
-
- spring-maven-snapshot
-
- true
-
- Springframework Maven SNAPSHOT Repository
- http://maven.springframework.org/snapshot
-
+ 1.3.1.RELEASE
+
```
Also include your JPA persistence provider of choice (Hibernate, EclipseLink, OpenJpa). Setup basic Spring JPA configuration as well as Spring Data JPA repository support.
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 9c1432110..ddf5dd964 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -1,7 +1,17 @@
Spring Data JPA Changelog
=========================
-Changes in version 1.3.0.RELEASE (2012-02-07)
+Changes in version 1.3.1.RELEASE (2013-04-16)
+---------------------------------------------
+* Support query internal LIKE expressions (DATAJPA-292)
+* Code doesn't compile with JDK 6 due to generic method signature (DATAJPA-304)
+* XML Schema Validation errors in STS (DATAJPA-314)
+* Allow building against Hibernate 4 (DATAJPA-316)
+* JpaRepository interface should have @NoRepositoryBean (DATAJPA-317)
+* Specifications must support null as a parent Specification (DATAJPA-300)
+* Prevent duplicate registration of PersistenceAnnotationBeanPostProcessor (DATAJPA-308)
+
+Changes in version 1.3.0.RELEASE (2013-02-07)
---------------------------------------------
* Added support for annotation based auditing (DATAJPA-116)
* SimpleJpaRepository.exists(ID) works now, if ID is an composite key (DATAJPA-266)
@@ -15,7 +25,7 @@ Changes in version 1.3.0.RELEASE (2012-02-07)
* Improved build (DATAJPA-285, DATAJPA-271)
* Upgraded to JodaTime 2.1 (DATAJPA-293)
-Changes in version 1.2.1.RELEASE (2012-02-07)
+Changes in version 1.2.1.RELEASE (2013-02-07)
---------------------------------------------
* SimpleJpaRepository.exists(ID) fails, if ID is an composite key (DATAJPA-266)
* LockModePopulatingMethodInterceptor leak causes memory leak (DATAJPA-268)
diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt
index 31ea98e33..35088c204 100644
--- a/src/main/resources/notice.txt
+++ b/src/main/resources/notice.txt
@@ -1,5 +1,5 @@
-Spring Data JPA 1.0
-Copyright (c) [2011] SpringSource, a division of VMware, Inc.
+Spring Data JPA 1.3.1.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").
You may not use this product except in compliance with the License.
diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt
index b2e9d2a86..9f1a8c17e 100644
--- a/src/main/resources/readme.txt
+++ b/src/main/resources/readme.txt
@@ -1,5 +1,5 @@
-SPRING DATA JPA 1.0.0 M1 (Feb 10, 2011)
----------------------------------------
+SPRING DATA JPA 1.3.1.RELEASE (Apr 16, 2013)
+--------------------------------------------
Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).