rename from 1.0.2-SNAPSHOT to 1.0.2.SNAPSHOT

Support publishing only a POM artifact to the maven repo
Support for running maven deployment on windows OS.
This commit is contained in:
Mark Pollack
2009-03-30 19:33:42 +00:00
parent afdb2bd944
commit db0883d335
19 changed files with 125 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>