#63 - Release 1.4.0.RC1.

This commit is contained in:
Spring Buildmaster
2014-05-02 04:39:23 -07:00
parent 1066cd1d40
commit a162b9c5ae
5 changed files with 28 additions and 29 deletions

View File

@@ -1,6 +1,5 @@
<?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">
<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>
<artifactId>spring-data-java8-stub</artifactId>
@@ -8,7 +7,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>1.4.0.RC1</version>
</parent>
<name>Spring Data Build - Java 8 Stubs</name>