Skip to content

Commit f4adc29

Browse files
committed
DATAMONGO-2641 - Prepare 2.1.21 (Lovelace SR21).
1 parent 8580797 commit f4adc29

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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.21.BUILD-SNAPSHOT</version>
18+
<version>2.1.21.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.21.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>2.1.21.RELEASE</springdata.commons>
3131
<mongo>3.8.2</mongo>
3232
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -155,8 +155,8 @@
155155

156156
<repositories>
157157
<repository>
158-
<id>spring-libs-snapshot</id>
159-
<url>https://repo.spring.io/libs-snapshot</url>
158+
<id>spring-libs-release</id>
159+
<url>https://repo.spring.io/libs-release</url>
160160
</repository>
161161
</repositories>
162162

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 2.1.20 (Lovelace SR20)
1+
Spring Data MongoDB 2.1.21 (Lovelace SR21)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -15,3 +15,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1515

1616

1717

18+

0 commit comments

Comments
 (0)