updated pom.xml

This commit is contained in:
David Turanski
2011-12-06 18:24:55 -05:00
parent e63a6a9d17
commit e66c654395

View File

@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-flow</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.M1</version>
<name>Spring Integration Flow Support</name>
<licenses>
<license>
@@ -171,8 +171,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>