File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 <dist .dir>${project.build.directory} /dist</dist .dir>
1414 <jackson .version>2.14.0</jackson .version>
1515 <java .numeric.version>11</java .numeric.version>
16- <kafka .version>3.3 .2</kafka .version>
16+ <kafka .version>3.7 .2</kafka .version>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <slf4j .version>2.0.9</slf4j .version>
1919 </properties >
296296 <configuration >
297297 <target >
298298 <chmod dir =" ${dist.dir}" perm =" 700" >
299- <include name =" **/*.sh" />
299+ <include name =" **/*.sh" />
300300 </chmod >
301301 </target >
302302 </configuration >
396396 </goals >
397397 </pluginExecutionFilter >
398398 <action >
399- <ignore />
399+ <ignore />
400400 </action >
401401 </pluginExecution >
402402 <pluginExecution >
409409 </goals >
410410 </pluginExecutionFilter >
411411 <action >
412- <ignore />
412+ <ignore />
413413 </action >
414414 </pluginExecution >
415415 </pluginExecutions >
463463 <phase >package</phase >
464464 <configuration >
465465 <target >
466- <copy file =" ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile =" ${dist.dir}/mirus.jar" />
466+ <copy file =" ${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar" tofile =" ${dist.dir}/mirus.jar" />
467467 <!-- Grant execute permission to all shell scripts in package dir by setting it to 755 -->
468468 <chmod dir =" ${dist.dir}" perm =" 755" >
469- <include name =" **/*.sh" />
469+ <include name =" **/*.sh" />
470470 </chmod >
471471 </target >
472472 </configuration >
You can’t perform that action at this time.
0 commit comments