Bläddra i källkod

Fix maven-compiler-plugin to version 2.3.2

Greg Turnquist 13 år sedan
förälder
incheckning
07ef908413
3 ändrade filer med 12 tillägg och 0 borttagningar
  1. 4
    0
      README.md
  2. 4
    0
      complete/pom.xml
  3. 4
    0
      initial/pom.xml

+ 4
- 0
README.md Visa fil

@@ -81,6 +81,10 @@ In a project directory of your choosing, create the following subdirectory struc
81 81
 
82 82
     <build>
83 83
         <plugins>
84
+            <plugin> 
85
+                <artifactId>maven-compiler-plugin</artifactId> 
86
+                <version>2.3.2</version> 
87
+            </plugin>
84 88
             <plugin>
85 89
                 <groupId>org.springframework.boot</groupId>
86 90
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 4
- 0
complete/pom.xml Visa fil

@@ -34,6 +34,10 @@
34 34
 
35 35
     <build>
36 36
         <plugins>
37
+            <plugin> 
38
+                <artifactId>maven-compiler-plugin</artifactId> 
39
+                <version>2.3.2</version> 
40
+            </plugin>
37 41
             <plugin>
38 42
                 <groupId>org.springframework.boot</groupId>
39 43
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 4
- 0
initial/pom.xml Visa fil

@@ -26,6 +26,10 @@
26 26
 
27 27
     <build>
28 28
         <plugins>
29
+            <plugin> 
30
+                <artifactId>maven-compiler-plugin</artifactId> 
31
+                <version>2.3.2</version> 
32
+            </plugin>
29 33
             <plugin>
30 34
                 <groupId>org.springframework.boot</groupId>
31 35
                 <artifactId>spring-boot-maven-plugin</artifactId>