Skip to content

Commit 3e2b6ac

Browse files
spring-operatorwilkinsona
authored andcommittedMar 19, 2019
Update build and setup configuration to use HTTPS
See gh-16246
1 parent 8866a25 commit 3e2b6ac

File tree

227 files changed

+239
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+239
-239
lines changed
 

Diff for: ‎eclipse/spring-boot-project.setup

+9-9
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"
66
xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
77
xmlns:maven="http://www.eclipse.org/oomph/setup/maven/1.0"
88
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"
9+
xmlns:setup="https://www.eclipse.org/oomph/setup/1.0"
10+
xmlns:setup.p2="https://www.eclipse.org/oomph/setup/p2/1.0"
1111
xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
1212
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"
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 https://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 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}

Diff for: ‎mvnw

+1-1
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

0 commit comments

Comments
 (0)
Please sign in to comment.