File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2828
2929 <!-- plugins -->
3030 <central-publishing .version>0.8.0</central-publishing .version>
31+ <clean-plugin .version>3.5.0</clean-plugin .version>
32+ <build-helper-plugin .version>3.6.1</build-helper-plugin .version>
33+ <gpg-plugin .version>3.2.8</gpg-plugin .version>
34+ <enforcer-plugin .version>3.6.1</enforcer-plugin .version>
3135 </properties >
3236
3337 <build >
4044 <plugin >
4145 <groupId >org.codehaus.mojo</groupId >
4246 <artifactId >build-helper-maven-plugin</artifactId >
43- <version >3.6.0 </version >
47+ <version >${build-helper-plugin.version} </version >
4448 <executions >
4549 <execution >
4650 <id >generate-rhino-sources</id >
7377 <plugin >
7478 <groupId >org.apache.maven.plugins</groupId >
7579 <artifactId >maven-enforcer-plugin</artifactId >
76- <version >3.5.0 </version >
80+ <version >${enforcer-plugin.version} </version >
7781 <executions >
7882 <execution >
7983 <id >enforce-maven</id >
115119 <plugin >
116120 <groupId >org.apache.maven.plugins</groupId >
117121 <artifactId >maven-clean-plugin</artifactId >
118- <version >3.4.1 </version >
122+ <version >${clean-plugin.version} </version >
119123 <configuration >
120124 <filesets >
121125 <fileset >
528532 <plugin >
529533 <groupId >org.apache.maven.plugins</groupId >
530534 <artifactId >maven-gpg-plugin</artifactId >
531- <version >3.2.7 </version >
535+ <version >${gpg-plugin.version} </version >
532536 <executions >
533537 <execution >
534538 <phase >verify</phase >
You can’t perform that action at this time.
0 commit comments