Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed Jul 25, 2014
1 parent ab59eef commit fda05cf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,13 +5,13 @@
<artifactId>spring-batch-admin</artifactId>
<name>Spring Batch Admin</name>
<description>A set of services (Java, JSON) and a UI (webapp) for managing and launching Spring Batch jobs.</description>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<url>http://github.com/spring-projects/spring-batch-admin</url>
<connection>scm:git:git://github.com/spring-projects/spring-batch-admin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-batch-admin.git</developerConnection>
<tag>1.3.0.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down
6 changes: 3 additions & 3 deletions spring-batch-admin-manager/pom.xml
Expand Up @@ -8,7 +8,7 @@ visualization of Batch meta data, and also launching and stopping jobs inside th
<parent>
<artifactId>spring-batch-admin-parent</artifactId>
<groupId>org.springframework.batch</groupId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<name>Manager</name>
Expand Down Expand Up @@ -71,7 +71,7 @@ visualization of Batch meta data, and also launching and stopping jobs inside th
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
Expand Down Expand Up @@ -156,7 +156,7 @@ visualization of Batch meta data, and also launching and stopping jobs inside th
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-resources</artifactId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
Expand Down
4 changes: 2 additions & 2 deletions spring-batch-admin-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<name>Spring Batch Admin Parent</name>
<description>A set of services (Java, JSON) and a UI (webapp) for managing and launching Spring Batch jobs.</description>
<url>http://docs.spring.io/spring-batch-admin</url>
Expand All @@ -12,7 +12,7 @@
<url>http://github.com/spring-projects/spring-batch-admin</url>
<connection>scm:git:git://github.com/spring-projects/spring-batch-admin.git</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-batch-admin.git</developerConnection>
<tag>1.3.0.RELEASE</tag>
<tag>HEAD</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-admin-resources/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<artifactId>spring-batch-admin-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-admin-sample/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>spring-batch-admin-parent</artifactId>
<groupId>org.springframework.batch</groupId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-integration/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-admin-parent</artifactId>
<version>1.3.0.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-batch-admin-parent</relativePath>
</parent>
<dependencies>
Expand Down

0 comments on commit fda05cf

Please sign in to comment.