From 1bd0748b972fa58bc291a03b994ced106e2b613f Mon Sep 17 00:00:00 2001 From: Laurent CARON Date: Sat, 23 Dec 2023 17:54:13 +0100 Subject: [PATCH] Bug #540 - Fix Code Scanning Alerts Change unsecure HTTP URL to HTTPS --- .../org.eclipse.nebula.nebula-parent/pom.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/releng/org.eclipse.nebula.nebula-parent/pom.xml b/releng/org.eclipse.nebula.nebula-parent/pom.xml index 50c5e8c95..553c41b31 100644 --- a/releng/org.eclipse.nebula.nebula-parent/pom.xml +++ b/releng/org.eclipse.nebula.nebula-parent/pom.xml @@ -5,15 +5,15 @@ Copyright (C) 2012-2021, RemainSoftware & Red Hat Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html +https://www.eclipse.org/legal/epl-v10.html Contributors: * Wim Jongman (RemainSoftware) * Mickael Istria (Red Hat Inc.) --> + xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"> 4.0.0 org.eclipse.nebula nebula-parent @@ -282,13 +282,13 @@ Contributors: projects p2 - http://download.eclipse.org/releases/mars/ + https://download.eclipse.org/releases/mars/ platform p2 - http://download.eclipse.org/eclipse/updates/4.5/ + https://download.eclipse.org/eclipse/updates/4.5/ @@ -302,13 +302,13 @@ Contributors: projects p2 - http://download.eclipse.org/releases/oxygen/ + https://download.eclipse.org/releases/oxygen/ platform p2 - http://download.eclipse.org/eclipse/updates/4.7/ + https://download.eclipse.org/eclipse/updates/4.7/ @@ -322,13 +322,13 @@ Contributors: projects p2 - http://download.eclipse.org/releases/photon/ + https://download.eclipse.org/releases/photon/ platform p2 - http://download.eclipse.org/eclipse/updates/4.8/ + https://download.eclipse.org/eclipse/updates/4.8/ @@ -458,7 +458,7 @@ Contributors: nebula-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/nebula-dev https://dev.eclipse.org/mailman/listinfo/nebula-dev - http://dev.eclipse.org/mhonarc/lists/nebula-dev + https://dev.eclipse.org/mhonarc/lists/nebula-dev