Skip to content

Commit c75f29d

Browse files
committed
DATAMONGO-2121 - Prepare 2.1.3 (Lovelace SR3).
1 parent e493af7 commit c75f29d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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>2.1.3.BUILD-SNAPSHOT</version>
18+
<version>2.1.3.RELEASE</version>
1919
</parent>
2020

2121
<modules>
@@ -27,7 +27,7 @@
2727
<properties>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>2.1.3.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>2.1.3.RELEASE</springdata.commons>
3131
<mongo>3.8.2</mongo>
3232
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -169,8 +169,8 @@
169169

170170
<repositories>
171171
<repository>
172-
<id>spring-libs-snapshot</id>
173-
<url>https://repo.spring.io/libs-snapshot</url>
172+
<id>spring-libs-release</id>
173+
<url>https://repo.spring.io/libs-release</url>
174174
</repository>
175175
</repositories>
176176

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 2.1.2
1+
Spring Data MongoDB 2.1.3
22
Copyright (c) [2010-2015] 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)