javap/pom.xml
branchjavap
changeset 151 40f95fe90cdc
parent 144 b06660b614db
child 152 2cda429aeb49
     1.1 --- a/javap/pom.xml	Fri Nov 09 21:33:22 2012 +0100
     1.2 +++ b/javap/pom.xml	Sun Nov 11 13:23:52 2012 +0100
     1.3 @@ -25,8 +25,8 @@
     1.4                    <compilerArguments>
     1.5                        <bootclasspath>non-existing</bootclasspath>
     1.6                    </compilerArguments>
     1.7 -                 <source>1.7</source>
     1.8 -                 <target>1.7</target>
     1.9 +                 <source>1.6</source>
    1.10 +                 <target>1.6</target>
    1.11                </configuration>
    1.12            </plugin>
    1.13        </plugins>