Skip to content

Commit 12f5807

Browse files
committed
DATAKV-132 - Prepare 1.1.1 (Hopper SR1).
1 parent bfa0f40 commit 12f5807

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.8.1.BUILD-SNAPSHOT</version>
15+
<version>1.8.1.RELEASE</version>
1616
<relativePath/>
1717
</parent>
1818

1919
<properties>
2020
<dist.key>DATAKV</dist.key>
21-
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
21+
<springdata.commons>1.12.1.RELEASE</springdata.commons>
2222
</properties>
2323

2424
<dependencies>
@@ -130,8 +130,8 @@
130130

131131
<repositories>
132132
<repository>
133-
<id>spring-libs-snapshot</id>
134-
<url>https://repo.spring.io/libs-snapshot</url>
133+
<id>spring-libs-release</id>
134+
<url>https://repo.spring.io/libs-release</url>
135135
</repository>
136136
</repositories>
137137

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 KeyValue 1.1 GA
1+
Spring Data KeyValue 1.1.1
22
Copyright (c) 2015 Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0

0 commit comments

Comments
 (0)