This is an automated email from the ASF dual-hosted git repository. lbruun pushed a commit to branch lbruun-oracle-transition-https in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
commit 42dd1ae6b246531b7624b0784457ebc171f00832 Author: lbruun <[email protected]> AuthorDate: Thu Sep 22 22:14:40 2022 +0200 Update Oracle-transition doc to refer to https Maven now enforces use of https. So would be wrong to instruct users to have a Maven Repo reference which uses http. (the netbeans.apidesign.org site supports both) --- netbeans.apache.org/src/content/about/oracle-transition.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbeans.apache.org/src/content/about/oracle-transition.asciidoc b/netbeans.apache.org/src/content/about/oracle-transition.asciidoc index 3f328de21..b04defcbb 100644 --- a/netbeans.apache.org/src/content/about/oracle-transition.asciidoc +++ b/netbeans.apache.org/src/content/about/oracle-transition.asciidoc @@ -44,7 +44,7 @@ In case you still need to access Oracle binaries or artifacts, some individuals === Maven repository -Jaroslav Tulach is hosting a Maven repository with all previous Oracle binaries at http://netbeans.apidesign.org/maven2/. You can use this repository by adding the following to your `pom.xml`: +Jaroslav Tulach is hosting a Maven repository with all previous Oracle binaries at https://netbeans.apidesign.org/maven2/. You can use this repository by adding the following to your `pom.xml`: [code, xml] ---- @@ -53,7 +53,7 @@ Jaroslav Tulach is hosting a Maven repository with all previous Oracle binaries <repository> <id>netbeans</id> <name>NetBeans</name> - <url>http://netbeans.apidesign.org/maven2/</url> + <url>https://netbeans.apidesign.org/maven2/</url> </repository> </repositories> <build> --------------------------------------------------------------------- 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
