File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6666 <xerces .version>2.12.2</xerces .version>
6767 <jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
6868 <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
69+ <flatten-maven-plugin .version>1.5.0</flatten-maven-plugin .version>
6970
7071 <contract .kotlin.version>1.8.22</contract .kotlin.version>
7172 <commons-beanutils .version>1.9.4</commons-beanutils .version>
560561 <plugin >
561562 <groupId >org.codehaus.mojo</groupId >
562563 <artifactId >flatten-maven-plugin</artifactId >
563- <version >1.5.0 </version >
564+ <version >${flatten-maven-plugin.version} </version >
564565 </plugin >
565566 <plugin >
566567 <groupId >org.apache.maven.plugins</groupId >
621622 <skip >true</skip >
622623 </configuration >
623624 </plugin >
625+ <plugin >
626+ <groupId >org.codehaus.mojo</groupId >
627+ <artifactId >flatten-maven-plugin</artifactId >
628+ </plugin >
624629 </plugins >
625630 </build >
626631
You can’t perform that action at this time.
0 commit comments