Skip to content

Commit 23b21a3

Browse files
committed
Merge pull request AsyncHttpClient#1182 from marshallpierce/maven-javadoc-version
Specify a version for javadoc plugin to appease Maven
2 parents f09e5c8 + 2f95530 commit 23b21a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@
150150
</executions>
151151
</plugin>
152152
</plugins>
153+
<pluginManagement>
154+
<plugins>
155+
<plugin>
156+
<artifactId>maven-javadoc-plugin</artifactId>
157+
<version>2.10.3</version>
158+
</plugin>
159+
</plugins>
160+
</pluginManagement>
153161
</build>
154162
<profiles>
155163
<profile>

0 commit comments

Comments
 (0)