boot-fx/pom.xml
changeset 322 4a93f2679691
parent 318 ffb71fcf02de
child 333 92f39197f0d2
child 359 6b23a639bdb5
     1.1 --- a/boot-fx/pom.xml	Tue Nov 05 12:57:50 2013 +0100
     1.2 +++ b/boot-fx/pom.xml	Tue Nov 05 23:06:32 2013 +0100
     1.3 @@ -29,6 +29,15 @@
     1.4                    <forkMode>always</forkMode>
     1.5                </configuration>
     1.6            </plugin>
     1.7 +         <plugin>
     1.8 +            <groupId>org.apache.maven.plugins</groupId>
     1.9 +            <artifactId>maven-compiler-plugin</artifactId>
    1.10 +            <version>2.3.2</version>
    1.11 +            <configuration>
    1.12 +               <source>1.7</source>
    1.13 +               <target>1.7</target>
    1.14 +            </configuration>
    1.15 +         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>