diff pom.xml @ 1428:053ff2ca45e3

cleaned poms and web.xmls.
author robcast
date Wed, 28 Oct 2015 15:55:46 +0100
parents 7247c046d9dc
children f4f4ce49c9ac
line wrap: on
line diff
--- a/pom.xml	Tue Oct 27 18:44:43 2015 +0100
+++ b/pom.xml	Wed Oct 28 15:55:46 2015 +0100
@@ -102,6 +102,14 @@
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.3</version>
         </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+                <source>1.7</source>
+                <target>1.7</target>
+            </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>