Release version 1.2.1.RELEASE

This commit is contained in:
Spring Buildmaster
2012-02-07 11:02:15 -08:00
parent bea702caac
commit 7d40124bd5
3 changed files with 10 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.2.1.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</version>
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
</parent>