File tree 1 file changed +7
-2
lines changed
bootstrapper-maven-plugin
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 16
16
<properties >
17
17
<maven-plugin-annotations .version>3.11.0</maven-plugin-annotations .version>
18
18
<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>
19
21
</properties >
20
22
21
23
<dependencies >
74
76
<plugin >
75
77
<groupId >org.apache.maven.plugins</groupId >
76
78
<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 >
78
83
</plugin >
79
84
<plugin >
80
85
<groupId >org.codehaus.mojo</groupId >
81
86
<artifactId >templating-maven-plugin</artifactId >
82
- <version >3.0.0 </version >
87
+ <version >${templating-maven-plugin.version} </version >
83
88
<executions >
84
89
<execution >
85
90
<id >filtering-java-templates</id >
You can’t perform that action at this time.
0 commit comments