comparison pom.xml @ 53:e59787774e6e

upped java version to 1.7.
author casties
date Fri, 02 Oct 2015 10:43:13 +0000
parents b9ce41e5f80b
children e5d4443a1bc5
comparison
equal deleted inserted replaced
52:4ee8d47e1e34 53:e59787774e6e
76 </resources> 76 </resources>
77 77
78 <plugins> 78 <plugins>
79 <plugin> 79 <plugin>
80 <artifactId>maven-compiler-plugin</artifactId> 80 <artifactId>maven-compiler-plugin</artifactId>
81 <version>2.3.2</version> 81 <version>3.3</version>
82 <configuration> 82 <configuration>
83 <source>1.6</source> 83 <source>1.7</source>
84 <target>1.6</target> 84 <target>1.7</target>
85 </configuration> 85 </configuration>
86 </plugin> 86 </plugin>
87 <plugin> 87 <plugin>
88 <groupId>org.apache.tomcat.maven</groupId> 88 <groupId>org.apache.tomcat.maven</groupId>
89 <artifactId>tomcat7-maven-plugin</artifactId> 89 <artifactId>tomcat7-maven-plugin</artifactId>