commit | e997aa1eecfa6a070587f8c91c6fc4a2f4b78cb1 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun May 04 17:36:41 2014 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun May 04 17:36:41 2014 +0000 |
tree | 1d475c02e6fc208a5b3631541f4bf165343ae7e8 | |
parent | 47a173d70512fc7b4e434318474687246a192afb [diff] |
Revert the Java compiler configuration to 1.6 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1592392 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator/pom.xml b/ipojo/manipulator/manipulator/pom.xml index 12cd751..b0bea2e 100644 --- a/ipojo/manipulator/manipulator/pom.xml +++ b/ipojo/manipulator/manipulator/pom.xml
@@ -123,8 +123,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.8</source> - <target>1.8</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin>