Skip to content

Commit

Permalink
Prepare M1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 10, 2011
1 parent 81aa040 commit 8161930
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M1</version>

<name>Spring JPA</name>
<description>Spring Data module to provide sophisticated support for JPA repositories</description>
Expand Down Expand Up @@ -249,7 +249,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-commons-core</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -392,7 +392,7 @@
<!-- available only in the springframework maven repository. see <repositories> section below -->
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>2.0.0.RELEASE</version>
<version>3.1.0.RELEASE</version>
</extension>
</extensions>

Expand Down Expand Up @@ -539,6 +539,11 @@
</scm>

<repositories>
<repository>
<id>repository.springframework.maven.release</id>
<name>Spring Framework Maven Release Repository</name>
<url>http://maven.springframework.org/release</url>
</repository>
<repository>
<id>repository.springframework.maven.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
Expand Down
4 changes: 2 additions & 2 deletions src/docbkx/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<part id="reference">
<title>Reference Documentation</title>

<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repositories.xml">
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.0.0.M3/src/docbkx/repositories.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include>

Expand All @@ -70,7 +70,7 @@
<part id="appendix">
<title>Appendix</title>

<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repository-namespace-reference.xml">
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.0.0.M3/src/docbkx/repository-namespace-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
</xi:include>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/resources/readme.txt
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 8161930

Please sign in to comment.