You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/10/24 09:40:07 UTC

[turbine-fulcrum-security] branch master updated: Remove hard coded plugin and java version in javadoc

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git


The following commit(s) were added to refs/heads/master by this push:
     new 79606e6  Remove hard coded plugin and java version in javadoc
79606e6 is described below

commit 79606e6a86ff9011b36c6fc677df974720706280
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Oct 24 11:35:19 2022 +0200

    Remove hard coded plugin and java version in javadoc
---
 pom.xml        | 3 ---
 torque/pom.xml | 2 --
 2 files changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index f96c78c..f3cd7d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,6 @@
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-javadoc-plugin</artifactId>
               <configuration>
-                    <source>1.8</source>
                     <detectJavaApiLink>false</detectJavaApiLink>
                     <!--  TODO : figure out why javadoc warnings are not ignored
                         as this is breaking mvn site generation 
@@ -211,7 +210,6 @@
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
-           <version>3.2.0</version>
            <reportSets>
              <reportSet>
                <id>aggregate</id>
@@ -229,7 +227,6 @@
               </reportSet>
            </reportSets>
            <configuration>
-                 <source>1.8</source>
                  <detectJavaApiLink>false</detectJavaApiLink>
                  <!-- required here -->
                  <doclint>none</doclint>
diff --git a/torque/pom.xml b/torque/pom.xml
index d45c150..e644d91 100644
--- a/torque/pom.xml
+++ b/torque/pom.xml
@@ -69,7 +69,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>3.2.0</version>
             <configuration>
               <show>public</show>
             </configuration>
@@ -98,7 +97,6 @@
             <groupId>org.hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
             <version>2.7.0</version>
-            <!--version>1.8.0.10</version-->
             <scope>test</scope>
         </dependency>