Commit a5baa31 authored and Google Java Core Libraries
committed
1 parent 5041fbe commit a5baa31 Copy full SHA for a5baa31
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 122
122
<plugins >
123
123
<plugin >
124
124
<artifactId >maven-compiler-plugin</artifactId >
125
- <version >3.8.1 </version >
125
+ <version >3.13.0 </version >
126
126
<configuration >
127
127
<source >1.8</source >
128
128
<target >1.8</target >
176
176
<dependency >
177
177
<groupId >org.codehaus.plexus</groupId >
178
178
<artifactId >plexus-io</artifactId >
179
- <!-- DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed. -->
179
+ <!-- DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed (probably in 3.5.1) . -->
180
180
<version >3.4.1</version >
181
181
</dependency >
182
182
</dependencies >
219
219
</plugin >
220
220
<plugin >
221
221
<artifactId >maven-javadoc-plugin</artifactId >
222
- <version >3.5 .0</version >
222
+ <version >3.8 .0</version >
223
223
<configuration >
224
224
<quiet >true</quiet >
225
225
<notimestamp >true</notimestamp >
251
251
</plugin >
252
252
<plugin >
253
253
<artifactId >maven-surefire-plugin</artifactId >
254
- <version >2.7.2 </version >
254
+ <version >3.3.1 </version >
255
255
<configuration >
256
256
<includes >
257
257
<include >${test.include} </include >
Original file line number Diff line number Diff line change 123
123
<plugins >
124
124
<plugin >
125
125
<artifactId >maven-compiler-plugin</artifactId >
126
- <version >3.8.1 </version >
126
+ <version >3.13.0 </version >
127
127
<configuration >
128
128
<source >1.8</source >
129
129
<target >1.8</target >
177
177
<dependency >
178
178
<groupId >org.codehaus.plexus</groupId >
179
179
<artifactId >plexus-io</artifactId >
180
- <!-- DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed. -->
180
+ <!-- DO NOT UPGRADE this past 3.4.1 until https://github.com/codehaus-plexus/plexus-io/issues/109 is fixed (probably in 3.5.1) . -->
181
181
<version >3.4.1</version >
182
182
</dependency >
183
183
</dependencies >
214
214
</plugin >
215
215
<plugin >
216
216
<artifactId >maven-javadoc-plugin</artifactId >
217
- <version >3.5 .0</version >
217
+ <version >3.8 .0</version >
218
218
<configuration >
219
219
<quiet >true</quiet >
220
220
<notimestamp >true</notimestamp >
246
246
</plugin >
247
247
<plugin >
248
248
<artifactId >maven-surefire-plugin</artifactId >
249
- <version >2.7.2 </version >
249
+ <version >3.3.1 </version >
250
250
<configuration >
251
251
<includes >
252
252
<include >${test.include} </include >
You can’t perform that action at this time.
0 commit comments