INT-1307 Revert ws-inbound-gateway sample to Java 1.5

This commit is contained in:
Gary Russell
2010-08-09 00:27:02 +00:00
parent 110d4db690
commit 1a3c09c367

View File

@@ -35,8 +35,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>