Skip to content

Commit 274adf3

Browse files
committed
DATAMONGO-1246 - Prepare 1.5.6.RELEASE (Dijkstra SR6).
1 parent aed9834 commit 274adf3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.6.BUILD-SNAPSHOT</version>
18+
<version>1.4.6.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.8.6.BUILD-SNAPSHOT</springdata.commons>
31+
<springdata.commons>1.8.6.RELEASE</springdata.commons>
3232
<mongo>2.12.5</mongo>
3333
<mongo.osgi>2.12.5</mongo.osgi>
3434
</properties>
@@ -140,8 +140,8 @@
140140

141141
<repositories>
142142
<repository>
143-
<id>spring-libs-snapshot</id>
144-
<url>http://repo.spring.io/libs-snapshot</url>
143+
<id>spring-libs-release</id>
144+
<url>https://repo.spring.io/libs-release</url>
145145
</repository>
146146
</repositories>
147147

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data MongoDB 1.5.5
1+
Spring Data MongoDB 1.5.6
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)