Change name in POMs to be 1.0.2-SNAPSHOT (changed '.' to '-' to follow common maven naming conventions)

This commit is contained in:
Mark Pollack
2009-03-27 13:43:31 +00:00
parent ccb21661ad
commit afdb2bd944
16 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>1.0.2.SNAPSHOT</version>
<version>1.0.2-SNAPSHOT</version>
<relativePath>../spring-integration-parent</relativePath>
</parent>
<dependencies>