commit | 30288f84c6fbc44d1c71ae4ab9ea6588bcc0a4ea | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun May 04 17:58:13 2014 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun May 04 17:58:13 2014 +0000 |
tree | 7610c73a2a0f7ccee2426b87400e276ee5c3fb30 | |
parent | e997aa1eecfa6a070587f8c91c6fc4a2f4b78cb1 [diff] |
Revert the Java compiler configuration to 1.6 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1592396 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml index 6dfb8e8..881a723 100644 --- a/ipojo/runtime/core-it/pom.xml +++ b/ipojo/runtime/core-it/pom.xml
@@ -93,8 +93,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin>