SPR-6678: fix poms for 3.0.1

This commit is contained in:
David Syer
2010-01-13 11:07:08 +00:00
parent e4d8651aa9
commit b077d5ba97
24 changed files with 50 additions and 50 deletions

View File

@@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.1.BUILD-SNAPSHOT</version>
<parent>
<groupId>org.springframework</groupId>
<artifactId>spring-parent</artifactId>
<relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.1.BUILD-SNAPSHOT</version>
</parent>