updated poms for 2.0.0.BUILD-SNAPSHOT and added spring.version and junit.version properties to parent pom

This commit is contained in:
Mark Fisher
2009-08-20 18:41:20 +00:00
parent da996b24dc
commit d0caa68a6e
17 changed files with 119 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>1.0.3.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-integration-parent</relativePath>
</parent>
<dependencies>
@@ -48,19 +48,19 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5.6</version>
<version>${spring.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>2.5.6</version>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>