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,13 +1,12 @@
<?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">
<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>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<name>Spring Data Commons Parent</name>
<description>Spring Data Commons Parent project</description>
<url>http://www.springsource.org/spring-data</url>
<version>1.2.1.BUILD-SNAPSHOT</version>
<version>1.2.1.RELEASE</version>
<packaging>pom</packaging>
<licenses>
@@ -200,7 +199,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-core</artifactId>
<version>${project.version}</version>
<version>1.2.1.RELEASE</version>
</dependency>
<!-- Logging -->