#181 - Release version 1.6.1 (Fowler SR1).

This commit is contained in:
Spring Buildmaster
2015-06-30 03:39:58 -07:00
parent 27bd70222f
commit 499a0d25f6
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>Fowler-BUILD-SNAPSHOT</version>
<version>Fowler-SR1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.1.BUILD-SNAPSHOT</version>
<version>1.6.1.RELEASE</version>
</parent>
<name>Spring Data Release Train - BOM</name>