Skip to content

Commit

Permalink
Bug #540 - Nebula 2.7.2 releng
Browse files Browse the repository at this point in the history
Change unsecure HTTP URL to HTTPS
  • Loading branch information
LaurentCaronAkuiteo committed Dec 23, 2023
1 parent a0009fd commit 28b099d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions releng/org.eclipse.nebula.nebula-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
-->
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.nebula</groupId>
<artifactId>nebula-parent</artifactId>
Expand Down Expand Up @@ -282,13 +282,13 @@ Contributors:
<repository>
<id>projects</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/mars/</url>
<url>https://download.eclipse.org/releases/mars/</url>
</repository>

<repository>
<id>platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.5/</url>
<url>https://download.eclipse.org/eclipse/updates/4.5/</url>
</repository>
</repositories>
</profile>
Expand All @@ -302,13 +302,13 @@ Contributors:
<repository>
<id>projects</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/oxygen/</url>
<url>https://download.eclipse.org/releases/oxygen/</url>
</repository>

<repository>
<id>platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.7/</url>
<url>https://download.eclipse.org/eclipse/updates/4.7/</url>
</repository>
</repositories>
</profile>
Expand All @@ -322,13 +322,13 @@ Contributors:
<repository>
<id>projects</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/photon/</url>
<url>https://download.eclipse.org/releases/photon/</url>
</repository>

<repository>
<id>platform</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.8/</url>
<url>https://download.eclipse.org/eclipse/updates/4.8/</url>
</repository>
</repositories>
</profile>
Expand Down Expand Up @@ -458,7 +458,7 @@ Contributors:
<post>[email protected]</post>
<subscribe>https://dev.eclipse.org/mailman/listinfo/nebula-dev</subscribe>
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/nebula-dev</unsubscribe>
<archive>http://dev.eclipse.org/mhonarc/lists/nebula-dev</archive>
<archive>https://dev.eclipse.org/mhonarc/lists/nebula-dev</archive>
</mailingList>
</mailingLists>

Expand Down

0 comments on commit 28b099d

Please sign in to comment.