You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2022/05/10 12:37:26 UTC

[netbeans-mavenutils-nbm-shared] branch master updated: remove outdated url for javadoc

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-shared.git


The following commit(s) were added to refs/heads/master by this push:
     new f3665b0  remove outdated url for javadoc
     new 68fe668  Merge pull request #8 from ebarboni/jdocfix
f3665b0 is described below

commit f3665b077a53c12d8facdca29e6bea5edc0a21c8
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Tue May 10 14:35:47 2022 +0200

    remove outdated url for javadoc
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b71e2b4..5d2bc52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,21 +143,18 @@ under the License.
                     <source>8</source>
                     <links>
                         <!--<link>http://download-llnw.oracle.com/javaee/1.4/api/</link>-->
-                        <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
+                        <link>https://commons.apache.org/proper/commons-collections/javadocs/api-3.2.2/</link>
                         <link>http://commons.apache.org/dbcp/apidocs/</link>
                         <link>http://commons.apache.org/fileupload/apidocs/</link>
                         <link>http://commons.apache.org/logging/apidocs/</link>
                         <link>http://commons.apache.org/pool/apidocs/</link>
                         <link>http://junit.sourceforge.net/javadoc/</link>
                         <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
-                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                        <link>http://velocity.apache.org/engine/releases/velocity-1.5/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-artifact-manager/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>http://maven.apache.org/ref/${maven.version}/maven-project/apidocs/</link>
-                        <link>http://maven.apache.org/ref/${maven.version}/maven-reporting/maven-reporting-api/apidocs/</link>
+                        <link>https://maven.apache.org/shared/maven-reporting-api/apidocs/</link>
                         <link>http://maven.apache.org/ref/${maven.version}/maven-settings/apidocs/</link>
                     </links>
                     <tagletArtifacts>


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

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