Release version 1.0.0.RELEASE.

This commit is contained in:
Spring Buildmaster
2013-02-07 03:50:17 -08:00
parent 5b882a4ade
commit e2980a13ac
3 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -371,7 +371,7 @@
<configuration>
<target>
<ant antfile="${shared.resources}/ant/upload-dist.xml">
<target name="upload-distribution"/>
<target name="upload-distribution" />
</ant>
</target>
<failOnError>false</failOnError>
@@ -655,4 +655,4 @@
</pluginRepository>
</pluginRepositories>
</project>
</project>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Data Build</name>
@@ -69,4 +69,4 @@
<url>https://github.com/SpringSource/spring-data-build/issues</url>
</issueManagement>
</project>
</project>

View File

@@ -1,5 +1,5 @@
<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">
<?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>
<artifactId>spring-data-build-resources</artifactId>
@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -39,4 +39,4 @@
</plugins>
</build>
</project>
</project>