vm/pom.xml
changeset 196 e7ea061e669c
parent 189 6a56c2381b0f
child 218 bbc04118d571
     1.1 --- a/vm/pom.xml	Sun Nov 18 22:03:15 2012 +0100
     1.2 +++ b/vm/pom.xml	Thu Nov 22 00:08:57 2012 +0100
     1.3 @@ -64,8 +64,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>