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 c029d07 commit fdfdf71Copy full SHA for fdfdf71
pom.xml
@@ -291,7 +291,7 @@
291
<plugin>
292
<groupId>org.apache.maven.plugins</groupId>
293
<artifactId>maven-javadoc-plugin</artifactId>
294
- <version>3.10.0</version>
+ <version>3.11.1</version>
295
<executions>
296
<execution>
297
<id>attach-javadocs</id>
@@ -306,7 +306,7 @@
306
<doclint>none</doclint>
307
<failOnWarnings>true</failOnWarnings>
308
<links>
309
- <link>https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version}</link>
+ <link>https://javadoc.io/doc/com.vaadin/vaadin-platform-javadoc/${vaadin.version}</link>
310
</links>
311
</configuration>
312
</plugin>
0 commit comments