Selaa lähdekoodia

Remove java.version property

Obvious Fix

setting java.version property to 1.8 is no longer required, as it is already included in the spring-boot-starter-parent pom.xml as of 2.0.0 release.
yeonhoyoon 8 vuotta sitten
vanhempi
commit
e72d159b74
2 muutettua tiedostoa jossa 1 lisäystä ja 10 poistoa
  1. 0
    4
      complete/pom.xml
  2. 1
    6
      initial/pom.xml

+ 0
- 4
complete/pom.xml Näytä tiedosto

@@ -33,10 +33,6 @@
33 33
         <!-- end::tests[] -->
34 34
     </dependencies>
35 35
 
36
-    <properties>
37
-        <java.version>1.8</java.version>
38
-    </properties>
39
-
40 36
     <build>
41 37
         <plugins>
42 38
             <plugin>

+ 1
- 6
initial/pom.xml Näytä tiedosto

@@ -19,12 +19,7 @@
19 19
             <artifactId>spring-boot-starter-web</artifactId>
20 20
         </dependency>
21 21
     </dependencies>
22
-
23
-    <properties>
24
-        <java.version>1.8</java.version>
25
-    </properties>
26
-
27
-
22
+    
28 23
     <build>
29 24
         <plugins>
30 25
             <plugin>