launcher/pom.xml
branchlauncher
changeset 329 a1c84cc2ed14
parent 323 d41cfd77842d
child 461 ccc3fd318cb1
     1.1 --- a/launcher/pom.xml	Sat Dec 15 16:25:28 2012 +0100
     1.2 +++ b/launcher/pom.xml	Sat Dec 15 22:10:19 2012 +0100
     1.3 @@ -12,7 +12,20 @@
     1.4    <version>0.3-SNAPSHOT</version>
     1.5    <name>Bck2Brwsr Launcher</name>
     1.6    <url>http://maven.apache.org</url>
     1.7 -  <properties>
     1.8 +    <build>
     1.9 +        <plugins>
    1.10 +            <plugin>
    1.11 +                <groupId>org.apache.maven.plugins</groupId>
    1.12 +                <artifactId>maven-compiler-plugin</artifactId>
    1.13 +                <version>2.3.2</version>
    1.14 +                <configuration>
    1.15 +                    <source>1.7</source>
    1.16 +                    <target>1.7</target>
    1.17 +                </configuration>
    1.18 +            </plugin>
    1.19 +        </plugins>
    1.20 +    </build>
    1.21 +    <properties>
    1.22      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.23    </properties>
    1.24    <dependencies>