Skip to content

Commit 1cc2830

Browse files
committed
DATAMONGO-1007 - Prepare 1.5.2.RELEASE (Dijkstra SR2).
1 parent 9a4d6f6 commit 1cc2830

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.4.2.BUILD-SNAPSHOT</version>
18+
<version>1.4.2.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.8.2.BUILD-SNAPSHOT</springdata.commons>
32+
<springdata.commons>1.8.2.RELEASE</springdata.commons>
3333
<mongo>2.12.1</mongo>
3434
<mongo.osgi>2.12.1</mongo.osgi>
3535
</properties>
@@ -148,8 +148,8 @@
148148

149149
<repositories>
150150
<repository>
151-
<id>spring-libs-snapshot</id>
152-
<url>http://repo.spring.io/libs-snapshot</url>
151+
<id>spring-libs-release</id>
152+
<url>http://repo.spring.io/libs-release</url>
153153
</repository>
154154
</repositories>
155155

src/docbkx/index.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<xi:include href="introduction/introduction.xml"/>
6969
<xi:include href="introduction/requirements.xml"/>
7070
<xi:include href="introduction/getting-started.xml"/>
71-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.1.RELEASE/src/docbkx/repositories.xml">
71+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.2.RELEASE/src/docbkx/repositories.xml">
7272
<xi:fallback href="../../../spring-data-commons/src/docbkx/repositories.xml" />
7373
</xi:include>
7474
</part>
@@ -88,10 +88,10 @@
8888
<part id="appendix">
8989
<title>Appendix</title>
9090

91-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.1.RELEASE/src/docbkx/repository-namespace-reference.xml">
91+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.2.RELEASE/src/docbkx/repository-namespace-reference.xml">
9292
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml" />
9393
</xi:include>
94-
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.1.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
94+
<xi:include href="https://raw.github.com/spring-projects/spring-data-commons/1.8.2.RELEASE/src/docbkx/repository-query-keywords-reference.xml">
9595
<xi:fallback href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml" />
9696
</xi:include>
9797
</part>

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.5.1
1+
Spring Data MongoDB 1.5.2
22
Copyright (c) [2010-2014] Pivotal Software, Inc.
33

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

0 commit comments

Comments
 (0)