File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
bootstrapper-maven-plugin Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1616 <properties >
1717 <maven-plugin-annotations .version>3.11.0</maven-plugin-annotations .version>
1818 <maven-plugin-api .version>3.9.6</maven-plugin-api .version>
19+ <templating-maven-plugin .version>3.0.0</templating-maven-plugin .version>
20+ <maven-plugin-plugin .version>3.11.0</maven-plugin-plugin .version>
1921 </properties >
2022
2123 <dependencies >
7476 <plugin >
7577 <groupId >org.apache.maven.plugins</groupId >
7678 <artifactId >maven-plugin-plugin</artifactId >
77- <version >3.10.2</version >
79+ <version >${maven-plugin-plugin.version} </version >
80+ <configuration >
81+ <goalPrefix >josdk-bootstrapper</goalPrefix >
82+ </configuration >
7883 </plugin >
7984 <plugin >
8085 <groupId >org.codehaus.mojo</groupId >
8186 <artifactId >templating-maven-plugin</artifactId >
82- <version >3.0.0 </version >
87+ <version >${templating-maven-plugin.version} </version >
8388 <executions >
8489 <execution >
8590 <id >filtering-java-templates</id >
You can’t perform that action at this time.
0 commit comments