projects
/
cli-helper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324ea20
)
Update version of maven-javadoc-plugin in POM file
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Sun, 15 Oct 2023 17:45:48 +0000
(20:45 +0300)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Sun, 15 Oct 2023 17:45:48 +0000
(20:45 +0300)
The version of the maven-javadoc-plugin has been updated from 3.1.1 to 3.5.0. This change was necessary because newer version of the plugin includes bug fixes and improvements, which ensures better functionality and overall experience.
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a2d392a
..
016bcc6
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-48,7
+48,7
@@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.
1.1
</version>
+ <version>3.
5.0
</version>
<executions>
<execution>
<id>attach-javadocs</id>