adjusted the top-level Java pom.xml to JDK 1.7

This commit is contained in:
Axel Uhl
2012-01-19 11:48:30 +01:00
parent 4c84031dcd
commit a8dbdb31e0
+2 -2
View File
@@ -154,8 +154,8 @@
<artifactId>maven-osgi-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>