DATAMONGO-755 - Prepare 1.2.4.RELEASE.

Upgraded to Spring Data Core 1.5.3. Updated changelog, readme etc.
This commit is contained in:
Oliver Gierke
2013-09-30 13:40:36 +02:00
parent bc3f44197b
commit 0afd137e7d
4 changed files with 17 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>1.0.4.RELEASE</version> <version>1.0.5.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath> <relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent> </parent>
@@ -29,7 +29,7 @@
<properties> <properties>
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.5.2.RELEASE</springdata.commons> <springdata.commons>1.5.3.RELEASE</springdata.commons>
<mongo>2.10.1</mongo> <mongo>2.10.1</mongo>
</properties> </properties>

View File

@@ -52,7 +52,7 @@
<xi:include href="introduction/why-sd-doc.xml"/> <xi:include href="introduction/why-sd-doc.xml"/>
<xi:include href="introduction/requirements.xml"/> <xi:include href="introduction/requirements.xml"/>
<xi:include href="introduction/getting-started.xml"/> <xi:include href="introduction/getting-started.xml"/>
<xi:include href="https://github.com/SpringSource/spring-data-commons/raw/1.5.2.RELEASE/src/docbkx/repositories.xml"> <xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.5.3.RELEASE/src/docbkx/repositories.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" /> <xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
</xi:include> </xi:include>
</part> </part>
@@ -72,10 +72,10 @@
<part id="appendix"> <part id="appendix">
<title>Appendix</title> <title>Appendix</title>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.5.2.RELEASE/src/docbkx/repository-namespace-reference.xml"> <xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.5.3.RELEASE/src/docbkx/repository-namespace-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" /> <xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
</xi:include> </xi:include>
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.5.2.RELEASE/src/docbkx/repository-query-keywords-reference.xml"> <xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.5.3.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" /> <xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
</xi:include> </xi:include>
</part> </part>

View File

@@ -1,6 +1,16 @@
Spring Data MongoDB Changelog Spring Data MongoDB Changelog
============================= =============================
Changes in version 1.2.4.GA (2013-09-30)
----------------------------------------
** Bug
* [DATAMONGO-445] - GeoNear Query Doesn't Work with Pageable
* [DATAMONGO-602] - Querying with $in operator on the id field of type BigInteger returns zero results
* [DATAMONGO-737] - Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete
** Task
* [DATAMONGO-742] - Document CDI integration in reference documentation
* [DATAMONGO-755] - Release 1.2.4
Changes in version 1.2.3.GA (2013-07-24) Changes in version 1.2.3.GA (2013-07-24)
---------------------------------------- ----------------------------------------
** Task ** Task

View File

@@ -1,5 +1,5 @@
Spring Data Document 1.2.3 Spring Data Document 1.2.4
Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc. Copyright (c) [2010-2013] Pivotal, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License"). 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. You may not use this product except in compliance with the License.