Skip to content

Commit 6128422

Browse files
Thomas Darimontodrotbohm
Thomas Darimont
authored andcommitted
DATAMONGO-740 - Prepare 1.3.0 RELEASE.
1 parent 8cb92de commit 6128422

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.1.1.RELEASE</version>
18+
<version>1.2.0.RELEASE</version>
1919
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
2020
</parent>
2121

@@ -29,7 +29,7 @@
2929
<properties>
3030
<project.type>multi</project.type>
3131
<dist.id>spring-data-mongodb</dist.id>
32-
<springdata.commons>1.6.0.RC1</springdata.commons>
32+
<springdata.commons>1.6.0.RELEASE</springdata.commons>
3333
<mongo>2.10.1</mongo>
3434
</properties>
3535

@@ -91,8 +91,8 @@
9191

9292
<repositories>
9393
<repository>
94-
<id>spring-lib-milestone</id>
95-
<url>http://repo.springsource.org/libs-milestone-local</url>
94+
<id>spring-lib-release</id>
95+
<url>http://repo.springsource.org/libs-release-local</url>
9696
</repository>
9797
</repositories>
9898

src/docbkx/index.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<xi:include href="introduction/why-sd-doc.xml"/>
5757
<xi:include href="introduction/requirements.xml"/>
5858
<xi:include href="introduction/getting-started.xml"/>
59-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repositories.xml">
59+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repositories.xml">
6060
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
6161
</xi:include>
6262
</part>
@@ -76,10 +76,10 @@
7676
<part id="appendix">
7777
<title>Appendix</title>
7878

79-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repository-namespace-reference.xml">
79+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-namespace-reference.xml">
8080
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
8181
</xi:include>
82-
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RC1/src/docbkx/repository-query-keywords-reference.xml">
82+
<xi:include href="https://raw.github.com/SpringSource/spring-data-commons/1.6.0.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
8383
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
8484
</xi:include>
8585
</part>

src/main/resources/changelog.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 1.3.0.RELEASE (2013-09-09)
5+
---------------------------------------------
6+
** Bug
7+
* [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
8+
* [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
9+
* [DATAMONGO-507] Criteria not() is not working.
10+
* [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
11+
12+
** Improvement
13+
* [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
14+
* [DATAMONGO-738] Add methods to MongoTemplate and MongoOperations to allow calling class to pass both the entityClass and the collectionName for the update and upsert methods.
15+
* [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
16+
* [DATAMONGO-743] Support returning raw json from a query.
17+
18+
** Task
19+
* [DATAMONGO-742] Document CDI integration in reference documentation.
20+
421
Changes in version 1.3.0.RC1 (2013-08-05)
522
-----------------------------------------
623
** Bug

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Document 1.3 RC1
1+
Spring Data Document 1.3.0 RELEASE
22
Copyright (c) [2010-2013] Pivotal Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

src/main/resources/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING DATA MongoDB 1.3.0.RC1
1+
SPRING DATA MongoDB 1.3.0.RELEASE
22
-----------------------------
33

44
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).

0 commit comments

Comments
 (0)