File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 5050 <plugin >
5151 <groupId >org.apache.maven.plugins</groupId >
5252 <artifactId >maven-source-plugin</artifactId >
53- <version >3.2.1 </version >
53+ <version >3.6.0 </version >
5454 <executions >
5555 <execution >
5656 <id >attach-source</id >
6060 </execution >
6161 </executions >
6262 </plugin >
63- <plugin >
64- <artifactId >maven-javadoc-plugin</artifactId >
65- <executions >
66- <execution >
67- <id >attach-javadocs</id >
68- <phase >deploy</phase >
69- <goals ><goal >jar</goal ></goals >
70- </execution >
71- </executions >
72- </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-javadoc-plugin</artifactId >
66+ <version >3.6.0</version >
67+ <executions >
68+ <execution >
69+ <id >attach-javadoc</id >
70+ <goals >
71+ <goal >jar</goal >
72+ </goals >
73+ </execution >
74+ </executions >
75+ </plugin >
7376 <plugin >
7477 <groupId >org.apache.maven.plugins</groupId >
7578 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments