No need to specify the plugin version twice.
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 16:04:28 +0200
changeset 1009f31ccc1e584f
parent 1008 c535c36881af
child 1010 c7cfc2728047
No need to specify the plugin version twice.
json/pom.xml
     1.1 --- a/json/pom.xml	Sun Oct 11 07:24:32 2015 +0200
     1.2 +++ b/json/pom.xml	Sat Oct 24 16:04:28 2015 +0200
     1.3 @@ -39,7 +39,6 @@
     1.4            <plugin>
     1.5                <groupId>org.apache.maven.plugins</groupId>
     1.6                <artifactId>maven-javadoc-plugin</artifactId>
     1.7 -              <version>2.9</version>
     1.8                <configuration>
     1.9                    <subpackages>net.java.html.json</subpackages>
    1.10                    <skip>false</skip>