Skip to content

Commit 76952c7

Browse files
committed
DATAES-119 - Prepare 1.1.0.RC1 (Evans RC1).
1 parent 858ae6e commit 76952c7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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.5.0.BUILD-SNAPSHOT</version>
12+
<version>1.5.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.2.2</elasticsearch>
28-
<springdata.commons>1.9.0.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>1.9.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 1.1 M1
1+
Spring Data Elasticsearch 1.1 RC1
22
Copyright (c) [2013-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)