File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111
1212 <properties >
1313 <dist .dir>${project.build.directory} /dist</dist .dir>
14- <jackson .version>2.16.2 </jackson .version>
14+ <jackson .version>2.18.6 </jackson .version>
1515 <java .numeric.version>11</java .numeric.version>
16- <kafka .version>3.9.1 </kafka .version>
16+ <kafka .version>4.0.0 </kafka .version>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <slf4j .version>2.0.9</slf4j .version>
1919 </properties >
300300 <configuration >
301301 <target >
302302 <chmod dir =" ${dist.dir}" perm =" 700" >
303- <include name =" **/*.sh" />
303+ <include name =" **/*.sh" />
304304 </chmod >
305305 </target >
306306 </configuration >
389389 </goals >
390390 </pluginExecutionFilter >
391391 <action >
392- <ignore />
392+ <ignore />
393393 </action >
394394 </pluginExecution >
395395 <pluginExecution >
402402 </goals >
403403 </pluginExecutionFilter >
404404 <action >
405- <ignore />
405+ <ignore />
406406 </action >
407407 </pluginExecution >
408408 </pluginExecutions >
456456 <phase >package</phase >
457457 <configuration >
458458 <target >
459- <copy file =" ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile =" ${dist.dir}/mirus.jar" />
459+ <copy file =" ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile =" ${dist.dir}/mirus.jar" />
460460 <!-- Grant execute permission to all shell scripts in package dir by setting it to 755 -->
461461 <chmod dir =" ${dist.dir}" perm =" 755" >
462- <include name =" **/*.sh" />
462+ <include name =" **/*.sh" />
463463 </chmod >
464464 </target >
465465 </configuration >
You can’t perform that action at this time.
0 commit comments