Increment versions to 2.0.0.M7

This commit is contained in:
Chris Beams
2010-09-03 18:23:12 +00:00
parent 167968fd41
commit f4efc62ca7
39 changed files with 42 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M7</version>
</parent>
<artifactId>async-gateway</artifactId>
<name> Gateway Demo</name>
@@ -13,7 +13,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.M7</version>
</dependency>
</dependencies>
</project>
</project>