Change version in poms to reflect 1.2.0 release

This commit is contained in:
Dave Syer
2010-11-16 14:03:57 +00:00
committed by Michael Minella
parent 9f328b7e82
commit c93eb46a98
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
<name>Spring Batch Admin Parent</name>
<packaging>pom</packaging>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<dependencies>