Change version in poms to reflect 1.2.0 release
This commit is contained in:
committed by
Michael Minella
parent
9f328b7e82
commit
c93eb46a98
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user