Update version to 2.1.0.BUILD-SNAPSHOT

This commit is contained in:
Mark Fisher
2011-11-23 17:33:09 -05:00
parent 1001d74ba7
commit 4417d5d8b0
28 changed files with 317 additions and 317 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-security</artifactId>
<version>2.1.0.RC1</version>
<version>2.1.0.BUILD-SNAPSHOT</version>
<name>Spring Integration Security Support</name>
<licenses>
<license>
@@ -160,18 +160,18 @@
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>