boot/pom.xml
changeset 424 1d637fa8634b
parent 395 c62110222c10
child 425 6729b08befde
child 464 da6c0d295eed
     1.1 --- a/boot/pom.xml	Sun Jan 05 07:54:30 2014 +0100
     1.2 +++ b/boot/pom.xml	Tue Jan 07 08:48:40 2014 +0100
     1.3 @@ -33,8 +33,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        </plugins>