Prepared further development.

This commit is contained in:
Oliver Gierke
2011-02-10 17:21:13 +01:00
parent 81619300a6
commit 08ccdfd189
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -60,7 +60,7 @@
<part id="reference">
<title>Reference Documentation</title>
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.0.0.M3/src/docbkx/repositories.xml">
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repositories.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include>
@@ -70,7 +70,7 @@
<part id="appendix">
<title>Appendix</title>
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.0.0.M3/src/docbkx/repository-namespace-reference.xml">
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/master/src/docbkx/repository-namespace-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
</xi:include>