Skip to content

Commit 6a4337f

Browse files
committed
DATAKV-133 - Prepare 1.2 M1 (Ingalls).
1 parent 2df87c1 commit 6a4337f

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.9.0.BUILD-SNAPSHOT</version>
15+
<version>1.9.0.M1</version>
1616
<relativePath/>
1717
</parent>
1818

1919
<properties>
2020
<dist.key>DATAKV</dist.key>
21-
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
21+
<springdata.commons>1.13.0.M1</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-milestone</id>
134+
<url>https://repo.spring.io/libs-milestone</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.2 M1
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)