Skip to content

Commit 27e68de

Browse files
mp911deodrotbohm
authored andcommitted
DATAMONGO-1829 - Prepare 1.10.10 (Ingalls SR10).
1 parent 04ace43 commit 27e68de

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

2121
<modules>
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>1.13.10.BUILD-SNAPSHOT</springdata.commons>
31+
<springdata.commons>1.13.10.RELEASE</springdata.commons>
3232
<mongo>2.14.3</mongo>
3333
<mongo.osgi>2.13.0</mongo.osgi>
3434
<jmh.version>1.19</jmh.version>
@@ -241,8 +241,8 @@
241241

242242
<repositories>
243243
<repository>
244-
<id>spring-libs-snapshot</id>
245-
<url>https://repo.spring.io/libs-snapshot</url>
244+
<id>spring-libs-release</id>
245+
<url>https://repo.spring.io/libs-release</url>
246246
</repository>
247247
</repositories>
248248

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.10.9
1+
Spring Data MongoDB 1.10.10
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)