Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT

This commit is contained in:
Mark Pollack
2009-04-03 14:03:48 +00:00
parent 07e6d9d966
commit 8f76197485
21 changed files with 40 additions and 40 deletions

View File

@@ -4,12 +4,12 @@
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<packaging>jar</packaging>
<version>3.0.0.BUILD-SNAPSHOT</version>
<version>3.0.0.M3</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.0.M3</version>
</parent>
</project>