File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 <plugin >
4040 <groupId >org.apache.maven.plugins</groupId >
4141 <artifactId >maven-source-plugin</artifactId >
42- <version >3.1 .0</version >
42+ <version >3.2 .0</version >
4343 <executions >
4444 <execution >
4545 <id >attach-sources</id >
8888 <plugin >
8989 <groupId >org.apache.maven.plugins</groupId >
9090 <artifactId >maven-javadoc-plugin</artifactId >
91- <version >3.1.1 </version >
91+ <version >3.3.0 </version >
9292 <executions >
9393 <execution >
9494 <id >attach-javadocs</id >
261261 <plugin >
262262 <groupId >org.apache.maven.plugins</groupId >
263263 <artifactId >maven-source-plugin</artifactId >
264- <version >3.1 .0</version >
264+ <version >3.2 .0</version >
265265 <executions >
266266 <execution >
267267 <id >attach-sources</id >
274274 <plugin >
275275 <groupId >org.apache.maven.plugins</groupId >
276276 <artifactId >maven-javadoc-plugin</artifactId >
277- <version >3.1.1 </version >
277+ <version >3.3.0 </version >
278278 <executions >
279279 <execution >
280280 <id >attach-javadocs</id >
281281 <goals >
282282 <goal >jar</goal >
283283 </goals >
284284 <configuration >
285- <additionalOptions >-Xdoclint:syntax</additionalOptions >
286285 <source >8</source >
286+ <additionalOptions >-Xdoclint:syntax</additionalOptions >
287287 </configuration >
288288 </execution >
289289 </executions >
You can’t perform that action at this time.
0 commit comments