File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ mvn_version =3.6.1
Original file line number Diff line number Diff line change 9898 <plugin >
9999 <groupId >org.apache.maven.plugins</groupId >
100100 <artifactId >maven-compiler-plugin</artifactId >
101- <version >3.5 .1</version >
101+ <version >3.8 .1</version >
102102 <configuration >
103103 <source >1.8</source >
104104 <target >1.8</target >
107107 </compilerArgs >
108108 </configuration >
109109 </plugin >
110+ <plugin >
111+ <groupId >org.apache.maven.plugins</groupId >
112+ <artifactId >maven-surefire-plugin</artifactId >
113+ <version >2.22.2</version >
114+ </plugin >
110115 <plugin >
111116 <groupId >org.apache.maven.plugins</groupId >
112117 <artifactId >maven-failsafe-plugin</artifactId >
113- <version >2.19.1 </version >
118+ <version >2.22.2 </version >
114119 <executions >
115120 <execution >
116121 <goals >
161166 <plugin >
162167 <groupId >org.apache.maven.plugins</groupId >
163168 <artifactId >maven-javadoc-plugin</artifactId >
164- <version >3.0.0-M1</version >
169+ <version >3.1.1</version >
170+ <configuration >
171+ <source >1.8</source >
172+ </configuration >
165173 <executions >
166174 <execution >
167175 <id >attach-javadocs</id >
211219 </execution >
212220 </executions >
213221 </plugin >
214- <plugin >
215- <groupId >org.apache.maven.plugins</groupId >
216- <artifactId >maven-surefire-plugin</artifactId >
217- <version >2.19.1</version >
218- </plugin >
219222 <plugin >
220223 <groupId >org.apache.maven.plugins</groupId >
221224 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments