Skip to content

Commit 6b6102e

Browse files
committed
DATAES-152 - Prepare 1.2.0.RC1 (Fowler RC1).
1 parent 3a9df39 commit 6b6102e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.springframework.data</groupId>
@@ -10,7 +9,7 @@
109
<parent>
1110
<groupId>org.springframework.data.build</groupId>
1211
<artifactId>spring-data-parent</artifactId>
13-
<version>1.6.0.BUILD-SNAPSHOT</version>
12+
<version>1.6.0.RC1</version>
1413
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
1514
</parent>
1615

@@ -25,7 +24,7 @@
2524
<commonscollections>3.2.1</commonscollections>
2625
<commonslang>2.6</commonslang>
2726
<elasticsearch>1.4.2</elasticsearch>
28-
<springdata.commons>1.10.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>1.10.0.RC1</springdata.commons>
2928

3029
</properties>
3130

@@ -151,8 +150,8 @@
151150

152151
<repositories>
153152
<repository>
154-
<id>spring-libs-snapshot</id>
155-
<url>http://repo.spring.io/libs-snapshot</url>
153+
<id>spring-libs-milestone</id>
154+
<url>http://repo.spring.io/libs-milestone</url>
156155
</repository>
157156
</repositories>
158157

src/main/resources/notice.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Spring Data Elasticsearch 1.2 M1
2-
Copyright (c) [2013-2014] Pivotal Software, Inc.
1+
Spring Data Elasticsearch 1.2 RC1
2+
Copyright (c) [2013-2015] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
55
You may not use this product except in compliance with the License.

0 commit comments

Comments
 (0)