javaquery/api/pom.xml
branchmodel
changeset 769 0c0fe97fe0c7
parent 692 d088fc482c65
child 878 ecbd252fd3a7
     1.1 --- a/javaquery/api/pom.xml	Wed Feb 06 18:24:53 2013 +0100
     1.2 +++ b/javaquery/api/pom.xml	Wed Feb 20 18:14:59 2013 +0100
     1.3 @@ -19,8 +19,8 @@
     1.4                  <artifactId>maven-compiler-plugin</artifactId>
     1.5                  <version>2.3.2</version>
     1.6                  <configuration>
     1.7 -                    <source>1.6</source>
     1.8 -                    <target>1.6</target>
     1.9 +                    <source>1.7</source>
    1.10 +                    <target>1.7</target>
    1.11                  </configuration>
    1.12              </plugin>
    1.13          </plugins>