Skip to content

Commit c9c554b

Browse files
spring-operatorwilkinsona
authored andcommitted
Update build and setup configuration to use HTTPS
See gh-16106
1 parent ce9626d commit c9c554b

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

eclipse/spring-boot-project.setup

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<setup:Project
33
xmi:version="2.0"
4-
xmlns:xmi="http://www.omg.org/XMI"
4+
xmlns:xmi="https://www.omg.org/XMI"
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6-
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
7-
xmlns:maven="http://www.eclipse.org/oomph/setup/maven/1.0"
8-
xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
9-
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
10-
xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
11-
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
12-
xmlns:workingsets="http://www.eclipse.org/oomph/workingsets/1.0"
13-
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/maven/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore http://www.eclipse.org/oomph/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
6+
xmlns:jdt="https://www.eclipse.org/oomph/setup/jdt/1.0"
7+
xmlns:maven="https://www.eclipse.org/oomph/setup/maven/1.0"
8+
xmlns:predicates="https://www.eclipse.org/oomph/predicates/1.0"
9+
xmlns:setup="https://www.eclipse.org/oomph/setup/1.0"
10+
xmlns:setup.p2="https://www.eclipse.org/oomph/setup/p2/1.0"
11+
xmlns:setup.workingsets="https://www.eclipse.org/oomph/setup/workingsets/1.0"
12+
xmlns:workingsets="https://www.eclipse.org/oomph/workingsets/1.0"
13+
xsi:schemaLocation="https://www.eclipse.org/oomph/setup/jdt/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore https://www.eclipse.org/oomph/setup/maven/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Maven.ecore https://www.eclipse.org/oomph/predicates/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore https://www.eclipse.org/oomph/setup/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore https://www.eclipse.org/oomph/workingsets/1.0 https://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"
1414
name="spring.boot"
1515
label="Spring Boot">
1616
<setupTask
@@ -81,19 +81,19 @@
8181
<requirement
8282
name="org.springframework.ide.eclipse.boot.feature.feature.group"/>
8383
<repository
84-
url="http://download.eclipse.org/technology/epp/packages/oxygen/R/"/>
84+
url="https://download.eclipse.org/technology/epp/packages/oxygen/R/"/>
8585
<repository
86-
url="http://download.eclipse.org/releases/oxygen/"/>
86+
url="https://download.eclipse.org/releases/oxygen/"/>
8787
<repository
8888
url="http://andrei.gmxhome.de/eclipse/"/>
8989
<repository
9090
url="https://dl.bintray.com/spring/javaformat-eclipse/"/>
9191
<repository
92-
url="http://download.eclipse.org/egit/github/updates/"/>
92+
url="https://download.eclipse.org/egit/github/updates/"/>
9393
<repository
94-
url="http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>
94+
url="https://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-buildhelper/0.15.0/N/0.15.0.201207090124/"/>
9595
<repository
96-
url="http://dist.springsource.com/release/TOOLS/update/e4.7"/>
96+
url="https://dist.springsource.com/release/TOOLS/update/e4.7"/>
9797
<description>
9898
Install the tools needed in the IDE to work with the
9999
source code for ${scope.project.label}

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@REM "License"); you may not use this file except in compliance
88
@REM with the License. You may obtain a copy of the License at
99
@REM
10-
@REM http://www.apache.org/licenses/LICENSE-2.0
10+
@REM https://www.apache.org/licenses/LICENSE-2.0
1111
@REM
1212
@REM Unless required by applicable law or agreed to in writing,
1313
@REM software distributed under the License is distributed on an

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<licenses>
1818
<license>
1919
<name>Apache License, Version 2.0</name>
20-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
20+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
2121
</license>
2222
</licenses>
2323
<scm>
@@ -28,7 +28,7 @@
2828
<name>Pivotal</name>
2929
<email>[email protected]</email>
3030
<organization>Pivotal Software, Inc.</organization>
31-
<organizationUrl>http://www.spring.io</organizationUrl>
31+
<organizationUrl>https://www.spring.io</organizationUrl>
3232
</developer>
3333
</developers>
3434
<properties>

spring-boot-project/spring-boot-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<spring-doc-resources.version>0.1.0.RELEASE</spring-doc-resources.version>
3333
</properties>
3434
<scm>
35-
<url>http://github.com/spring-projects/spring-boot</url>
35+
<url>https://github.com/spring-projects/spring-boot</url>
3636
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
3737
<developerConnection>scm:git:ssh://[email protected]/spring-projects/spring-boot.git</developerConnection>
3838
</scm>

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ javadoc {
4646
author()
4747
stylesheetFile = file('src/main/javadoc/spring-javadoc.css')
4848
links = [
49-
'http://docs.oracle.com/javase/8/docs/api/',
49+
'https://docs.oracle.com/javase/8/docs/api/',
5050
'https://docs.gradle.org/current/javadoc/'
5151
]
5252
}

spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<main.basedir>${basedir}/../../..</main.basedir>
1515
<wildfly.version>12.0.0.Final</wildfly.version>
1616
<cargo.container.id>wildfly12x</cargo.container.id>
17-
<cargo.container.url>http://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip
17+
<cargo.container.url>https://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip
1818
</cargo.container.url>
1919
</properties>
2020
<dependencies>

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/conf/CentOS/6.9-a23bced6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ RUN yum install -y wget && \
44
yum install -y system-config-services && \
55
yum install -y curl && \
66
wget --output-document jdk.rpm \
7-
http://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
7+
https://cdn.azul.com/zulu/bin/zulu8.21.0.1-jdk8.0.131-linux.x86_64.rpm && \
88
yum --nogpg localinstall -y jdk.rpm && \
99
rm -f jdk.rpm

0 commit comments

Comments
 (0)