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 dcd81af commit 30ff8e6Copy full SHA for 30ff8e6
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.kohsuke</groupId>
4
<artifactId>github-api</artifactId>
5
- <version>1.314-SNAPSHOT</version>
+ <version>1.312-SNAPSHOT</version>
6
<name>GitHub API for Java</name>
7
<url>https://github-api.kohsuke.org/</url>
8
<description>GitHub API for Java</description>
@@ -213,7 +213,7 @@
213
<plugin>
214
<groupId>org.apache.maven.plugins</groupId>
215
<artifactId>maven-javadoc-plugin</artifactId>
216
- <version>3.0.0</version>
+ <version>3.4.1</version>
217
<configuration>
218
<source>11</source>
219
<failOnWarnings>true</failOnWarnings>
0 commit comments