Browse Source

Upgrade maven build to Java 7

Greg Turnquist 9 years ago
parent
commit
f9196f354a
2 changed files with 8 additions and 0 deletions
  1. 4
    0
      complete/pom.xml
  2. 4
    0
      initial/pom.xml

+ 4
- 0
complete/pom.xml View File

@@ -20,6 +20,10 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
+    <properties>
24
+        <java.version>1.7</java.version>
25
+    </properties>
26
+
23 27
 
24 28
     <build>
25 29
         <plugins>

+ 4
- 0
initial/pom.xml View File

@@ -20,6 +20,10 @@
20 20
         </dependency>
21 21
     </dependencies>
22 22
 
23
+    <properties>
24
+        <java.version>1.7</java.version>
25
+    </properties>
26
+
23 27
 
24 28
     <build>
25 29
         <plugins>