diff --git a/pom.xml b/pom.xml index cf2a1228a..df98d09a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.data spring-data-jpa - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M1 Spring JPA Spring Data module to provide sophisticated support for JPA repositories @@ -249,7 +249,7 @@ ${project.groupId} spring-data-commons-core - 1.0.0.BUILD-SNAPSHOT + 1.0.0.M3 @@ -392,7 +392,7 @@ org.springframework.build.aws org.springframework.build.aws.maven - 2.0.0.RELEASE + 3.1.0.RELEASE @@ -539,6 +539,11 @@ + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + repository.springframework.maven.milestone Spring Framework Maven Milestone Repository diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index 993d4e9ae..9a162a249 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -60,7 +60,7 @@ Reference Documentation - + @@ -70,7 +70,7 @@ Appendix - + diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index f9759b575..b110c4f66 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,6 @@ Spring Data JPA Changelog ============================================= -Changes in version 1.0.0.M1 (2011-02-09) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11786 +Changes in version 1.0.0.M1 (2011-02-10) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11786 ---------------------------------------- * Moved JPA sepcific code from Hades into Spring Data JPA (functional equivalent of Hades 2.0.2) building on common functionality in Spring Data Commons \ No newline at end of file diff --git a/src/main/resources/licence.txt b/src/main/resources/license.txt similarity index 100% rename from src/main/resources/licence.txt rename to src/main/resources/license.txt diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 1421ad3ed..487b84170 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA JPA 1.0.0 M1 (Feb 9, 2011) +SPRING DATA JPA 1.0.0 M1 (Feb 10, 2011) ----------------------------------------- Spring Data Jpa is released under the terms of the Apache Software License Version 2.0 (see license.txt).