Update pom versions to 3.0.6.BUILD-SNAPSHOT

This commit is contained in:
Chris Beams
2011-08-18 19:34:46 +00:00
parent 227234288f
commit 97b988ade8
23 changed files with 44 additions and 44 deletions

View File

@@ -6,12 +6,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<packaging>jar</packaging>
<version>3.0.5.RELEASE</version>
<version>3.0.6.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.5.RELEASE</version>
<version>3.0.6.BUILD-SNAPSHOT</version>
</parent>
<dependencies>