Prepare next development iteration.

This commit is contained in:
Oliver Gierke
2011-06-23 10:31:57 +02:00
parent 1d79c1bfeb
commit 3f968c861f
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>Spring JPA</name>
<description>Spring Data module to provide sophisticated support for JPA repositories</description>

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.1.0.M2/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.1.0.M2/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>