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 cb1cec6  fix javadox url
cb1cec6 is described below

commit cb1cec6304255fa40b135d921f8b34b55eaa0a81
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Feb 22 16:27:46 2021 +0100

    fix javadox url
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2ddefb..0796959 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,12 +216,12 @@ under the License.
                         
<link>http://logging.apache.org/log4j/1.2/apidocs/</link>
                         <!-- unreachable site 
<link>http://jakarta.apache.org/regexp/apidocs/</link> -->
                         
<link>https://velocity.apache.org/engine/1.5/apidocs/</link>
-                        
<link>http://maven.apache.org/ref/${maven.version}/maven-artifact/apidocs/</link>
-                        
<link>http://maven.apache.org/ref/${maven.version}/maven-model/apidocs/</link>
-                        
<link>http://maven.apache.org/ref/${maven.version}/maven-plugin-api/apidocs/</link>
+                        
<link>https://maven.apache.org/ref/${maven.version}/maven-artifact/apidocs/</link>
+                        
<link>https://maven.apache.org/ref/${maven.version}/maven-model/apidocs/</link>
+                        
<link>https://maven.apache.org/ref/${maven.version}/maven-plugin-api/apidocs/</link>
                         <!-- unreachable site 
<link>http://maven.apache.org/ref/${mojo.javadoc.mavenVersion}/maven-project/apidocs/</link>-->
                         <!-- unreachable site 
<link>http://maven.apache.org/ref/${mojo.javadoc.mavenVersion}/maven-reporting/maven-reporting-api/apidocs/</link>-->
-                        
<link>http://maven.apache.org/ref/${mojo.javadoc.mavenVersion}/maven-settings/apidocs/</link>
+                        
<link>https://maven.apache.org/ref/${maven.version}/maven-settings/apidocs/</link>
                     </links>
                     <tagletArtifacts>
                         <tagletArtifact>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to