Skip to content

Commit a02f266

Browse files
committed
DATAREDIS-447 - Prepare 1.7 M1 (Hopper).
1 parent 8b20239 commit a02f266

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

pom.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1+
<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

@@ -14,12 +12,12 @@
1412
<parent>
1513
<groupId>org.springframework.data.build</groupId>
1614
<artifactId>spring-data-parent</artifactId>
17-
<version>1.8.0.BUILD-SNAPSHOT</version>
15+
<version>1.8.0.M1</version>
1816
</parent>
1917

2018
<properties>
2119
<dist.key>DATAREDIS</dist.key>
22-
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
20+
<springdata.commons>1.12.0.M1</springdata.commons>
2321
<jta>1.1</jta>
2422
<beanutils>1.9.2</beanutils>
2523
<xstream>1.4.8</xstream>
@@ -247,8 +245,8 @@
247245

248246
<repositories>
249247
<repository>
250-
<id>spring-libs-snapshot</id>
251-
<url>https://repo.spring.io/libs-snapshot</url>
248+
<id>spring-libs-milestone</id>
249+
<url>https://repo.spring.io/libs-milestone</url>
252250
</repository>
253251
</repositories>
254252

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 Redis ${version}
1+
Spring Data Redis 1.7 M1
22
Copyright (c) [$copyright] Pivotal Software, Inc.
33

44
========================================================================

0 commit comments

Comments
 (0)