updated POMs for 1.0.4 release

This commit is contained in:
Mark Fisher
2010-04-16 16:32:26 +00:00
parent 71bbe9b237
commit 183cb2d464
15 changed files with 20 additions and 20 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>1.0.4.RELEASE</version>
<relativePath>../spring-integration-parent</relativePath>
</parent>
<dependencies>
@@ -72,13 +72,13 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm-tiger</artifactId>
<version>1.5.5</version>
<version>1.5.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.5</version>
<version>1.5.9</version>
<scope>compile</scope>
</dependency>
</dependencies>