File tree Expand file tree Collapse file tree
tika-server/tika-server-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 327327 <plugin >
328328 <groupId >org.codehaus.mojo</groupId >
329329 <artifactId >exec-maven-plugin</artifactId >
330- <version >3.5.1 </version >
330+ <version >${maven.exec.version} </version >
331331 <executions >
332332 <execution >
333333 <goals >
Original file line number Diff line number Diff line change 445445 <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
446446 <tukaani .version>1.10</tukaani .version>
447447 <twelvemonkeys .version>3.12.0</twelvemonkeys .version>
448- <uimafit .version>3.6.0 </uimafit .version>
449- <uimaj .core.version>3.6.0 </uimaj .core.version>
450- <uimaj .cpe.version>3.6.0 </uimaj .cpe.version>
448+ <uimafit .version>3.6.1 </uimafit .version>
449+ <uimaj .core.version>3.6.1 </uimaj .core.version>
450+ <uimaj .cpe.version>3.6.1 </uimaj .cpe.version>
451451 <unit .api.version>2.2</unit .api.version>
452452 <vorbis .version>0.8</vorbis .version>
453453 <woodstox .core.version>7.1.1</woodstox .core.version>
456456 <zstd .version>1.5.7-4</zstd .version>
457457 <nimbus-jose-jwt .version>10.5</nimbus-jose-jwt .version>
458458 <javacpp .version>1.5.12</javacpp .version>
459+ <maven .exec.version>3.6.0</maven .exec.version>
459460
460461 <!-- needs to exist even if empty due to problems with jacoco-maven-plugin -->
461462 <addmod />
Original file line number Diff line number Diff line change 273273 <plugin >
274274 <groupId >org.codehaus.mojo</groupId >
275275 <artifactId >exec-maven-plugin</artifactId >
276- <version >3.5.1 </version >
276+ <version >${maven.exec.version} </version >
277277 <executions >
278278 <execution >
279279 <phase >test</phase >
You can’t perform that action at this time.
0 commit comments