DATAREDIS-447 - Prepare 1.7 M1 (Hopper).
This commit is contained in:
committed by
Oliver Gierke
parent
8b202393ef
commit
a02f266fec
14
pom.xml
14
pom.xml
@@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -14,12 +12,12 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.0.BUILD-SNAPSHOT</version>
|
||||
<version>1.8.0.M1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<dist.key>DATAREDIS</dist.key>
|
||||
<springdata.commons>1.12.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>1.12.0.M1</springdata.commons>
|
||||
<jta>1.1</jta>
|
||||
<beanutils>1.9.2</beanutils>
|
||||
<xstream>1.4.8</xstream>
|
||||
@@ -247,8 +245,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Redis ${version}
|
||||
Spring Data Redis 1.7 M1
|
||||
Copyright (c) [$copyright] Pivotal Software, Inc.
|
||||
|
||||
========================================================================
|
||||
|
||||
Reference in New Issue
Block a user