Updated version numbers
Corrected SCM urls Added release plugin
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<url>http://www.springsource.org/spring-batch-admin</url>
|
||||
<packaging>pom</packaging>
|
||||
<scm>
|
||||
<url>http://static.springframework.org/spring-batch-admin</url>
|
||||
<url>http://github.com/SpringSource/spring-batch-admin</url>
|
||||
<connection>scm:git:git://github.com/SpringSource/spring-batch-admin.git</connection>
|
||||
<developerConnection>scm:git:git://github.com/SpringSource/spring-batch-admin.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
@@ -14,12 +14,12 @@ Many users of [Spring Batch][] may encounter requirements that are outside the s
|
||||
<dependency>
|
||||
<groupId>org.springframework.batch</groupId>
|
||||
<artifactId>spring-batch-integration</artifactId>
|
||||
<version>1.2.2.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
## Using Gradle
|
||||
|
||||
compile 'org.springframework.batch:spring-batch-integration:1.2.2.BUILD-SNAPSHOT'
|
||||
compile 'org.springframework.batch:spring-batch-integration:1.3.0.BUILD-SNAPSHOT'
|
||||
|
||||
# Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user