pom.xml
changeset 100 93433764b44e
parent 97 309dcf0774ff
child 102 2945acef8083
     1.1 --- a/pom.xml	Thu May 16 14:09:18 2013 +0200
     1.2 +++ b/pom.xml	Thu May 16 20:40:25 2013 +0200
     1.3 @@ -122,8 +122,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>