Greg Turnquist 9 лет назад
Родитель
Сommit
f9196f354a
2 измененных файлов: 8 добавлений и 0 удалений
  1. 4
    0
      complete/pom.xml
  2. 4
    0
      initial/pom.xml

+ 4
- 0
complete/pom.xml Просмотреть файл

@@ -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 Просмотреть файл

@@ -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>