We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41ae4e commit 7dc8875Copy full SHA for 7dc8875
pom.xml
@@ -73,6 +73,7 @@
73
<plugin>
74
<groupId>org.apache.maven.plugins</groupId>
75
<artifactId>maven-source-plugin</artifactId>
76
+ <version>3.2.0</version>
77
<executions>
78
<execution>
79
<id>attach-sources</id>
@@ -85,6 +86,7 @@
85
86
87
88
<artifactId>maven-javadoc-plugin</artifactId>
89
+ <version>3.3.1</version>
90
<configuration>
91
<skip>${org.lightningdevkit.skipdocs}</skip>
92
</configuration>
0 commit comments