#158 - Release version 1.7.0 M1 (Gosling).

This commit is contained in:
Spring Buildmaster
2015-06-01 23:32:52 -07:00
parent a6bde8e661
commit 14e59e013c
4 changed files with 17 additions and 17 deletions

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Gosling-BUILD-SNAPSHOT</version>
<version>Gosling-M1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.7.0.BUILD-SNAPSHOT</version>
<version>1.7.0.M1</version>
</parent>
<name>Spring Data Release Train - BOM</name>