Skip to content

Commit 17c4152

Browse files
committed
DATACMNS-572 - Prepare 1.9.0.RELEASE (Evans GA).
Upgraded to Spring HATEOAS 0.16.0.RELEASE.
1 parent 880405c commit 17c4152

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
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.5.0.BUILD-SNAPSHOT</version>
15+
<version>1.5.0.RELEASE</version>
1616
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1717
</parent>
1818

1919
<properties>
2020
<guava>17.0</guava>
21-
<springhateoas>0.15.0.RELEASE</springhateoas>
21+
<springhateoas>0.16.0.RELEASE</springhateoas>
2222
<dist.key>DATACMNS</dist.key>
2323
</properties>
2424

@@ -237,8 +237,8 @@
237237

238238
<repositories>
239239
<repository>
240-
<id>spring-libs-snapshot</id>
241-
<url>http://repo.spring.io/libs-snapshot</url>
240+
<id>spring-libs-release</id>
241+
<url>http://repo.spring.io/libs-release</url>
242242
</repository>
243243
</repositories>
244244

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 Commons 1.9 RC1
1+
Spring Data Commons 1.9 GA
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)