emul/pom.xml
branchemul
changeset 58 2ca1bb929895
parent 49 0a115f1c6f3c
child 93 a236a9f137ac
     1.1 --- a/emul/pom.xml	Fri Sep 28 17:59:03 2012 +0200
     1.2 +++ b/emul/pom.xml	Sat Sep 29 07:49:34 2012 +0200
     1.3 @@ -33,6 +33,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                </configuration>
    1.10            </plugin>
    1.11        </plugins>