This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d7082dc   set javadoc sources for all usage of plugin
     new 8ed1c3c  Merge pull request #20 from ebarboni/jdk8base
d7082dc is described below

commit d7082dc01df3e4937a6a78d15faf3c452b15270f
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Feb 10 17:40:24 2022 +0100

     set javadoc sources for all usage of plugin
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 11986f2..6a81099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,9 @@ under the License.
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>3.3.1</version>
+                    <configuration>
+                        <source>1.8</source>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -204,7 +207,6 @@ under the License.
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <quiet>true</quiet>
-                    <source>8</source>
                     <links>
                         
<!--<link>http://download-llnw.oracle.com/javaee/1.4/api/</link>-->
                         <!-- unreachable site 
<link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>-->
@@ -499,7 +501,7 @@ under the License.
         </dependency>
     </dependencies>
     <properties>
-        <mojo.java.target>1.7</mojo.java.target>
+        <mojo.java.target>1.8</mojo.java.target>
         <maven.version>3.0.5</maven.version>
     </properties>
 </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to