launcher/fx/pom.xml
changeset 1165 06e7a74c72cf
parent 1103 8ee3112f5647
child 1169 c19ac78b940e
     1.1 --- a/launcher/fx/pom.xml	Thu May 16 10:38:20 2013 +0200
     1.2 +++ b/launcher/fx/pom.xml	Tue May 28 21:49:38 2013 +0200
     1.3 @@ -18,8 +18,8 @@
     1.4                  <artifactId>maven-compiler-plugin</artifactId>
     1.5                  <version>2.3.2</version>
     1.6                  <configuration>
     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              <plugin>