File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
assembly-plugin-boilerplate Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
2121 so we need to define plugin versions again -->
2222 <pluginManagement >
2323 <plugins >
24+ <plugin >
25+ <groupId >org.apache.maven.plugins</groupId >
26+ <artifactId >maven-deploy-plugin</artifactId >
27+ <version >3.0.0-M1</version >
28+ </plugin >
29+ <plugin >
30+ <groupId >org.apache.maven.plugins</groupId >
31+ <artifactId >maven-install-plugin</artifactId >
32+ <version >3.0.0-M1</version >
33+ </plugin >
2434 <plugin >
2535 <groupId >org.apache.maven.plugins</groupId >
2636 <artifactId >maven-assembly-plugin</artifactId >
@@ -29,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
2939 <plugin >
3040 <groupId >org.apache.maven.plugins</groupId >
3141 <artifactId >maven-site-plugin</artifactId >
32- <version >3.7.1 </version >
42+ <version >3.9.0 </version >
3343 </plugin >
3444 <plugin >
3545 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 3333 so we need to define plugin versions again -->
3434 <pluginManagement >
3535 <plugins >
36+ <plugin >
37+ <groupId >org.apache.maven.plugins</groupId >
38+ <artifactId >maven-deploy-plugin</artifactId >
39+ <version >3.0.0-M1</version >
40+ </plugin >
41+ <plugin >
42+ <groupId >org.apache.maven.plugins</groupId >
43+ <artifactId >maven-install-plugin</artifactId >
44+ <version >3.0.0-M1</version >
45+ </plugin >
3646 <plugin >
3747 <groupId >org.apache.maven.plugins</groupId >
3848 <artifactId >maven-site-plugin</artifactId >
39- <version >3.7.1 </version >
49+ <version >3.9.0 </version >
4050 </plugin >
4151 <plugin >
4252 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments