Skip to content

Commit 526d91d

Browse files
committed
Merge pull request #16243 from Spring Operator
* gh-16243: Polish "Update build and setup configuration to use HTTPS" Update build and setup configuration to use HTTPS Closes gh-16243
2 parents 5863e6f + 122b2a1 commit 526d91d

File tree

210 files changed

+609
-635
lines changed

Some content is hidden

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

210 files changed

+609
-635
lines changed

eclipse/spring-boot-project.setup

Lines changed: 8 additions & 24 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"
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
@@ -61,8 +61,6 @@
6161
name="org.eclipse.platform.feature.group"/>
6262
<requirement
6363
name="org.eclipse.jdt.feature.group"/>
64-
<requirement
65-
name="AnyEditTools.feature.group"/>
6664
<requirement
6765
name="org.eclipse.m2e.maveneclipse.feature.feature.group"/>
6866
<requirement
@@ -90,19 +88,17 @@
9088
<requirement
9189
name="org.springframework.ide.eclipse.jdt.formatter.feature.feature.group"/>
9290
<repository
93-
url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
94-
<repository
95-
url="http://download.eclipse.org/releases/mars"/>
91+
url="https://download.eclipse.org/technology/epp/packages/mars/R"/>
9692
<repository
97-
url="http://andrei.gmxhome.de/eclipse"/>
93+
url="https://download.eclipse.org/releases/mars"/>
9894
<repository
9995
url="https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"/>
10096
<repository
10197
url="https://dl.bintray.com/philwebb/spring-eclipse-code-formatter"/>
10298
<repository
103-
url="http://dist.springsource.com/release/TOOLS/update/e4.5"/>
99+
url="https://dist.springsource.com/release/TOOLS/update/e4.5"/>
104100
<repository
105-
url="http://download.eclipse.org/egit/github/updates/"/>
101+
url="https://download.eclipse.org/egit/github/updates/"/>
106102
<description>
107103
Install the tools needed in the IDE to work with the
108104
source code for ${scope.project.label}
@@ -164,18 +160,6 @@
164160
pattern="spring-boot-.*-test.*"/>
165161
</workingSet>
166162
</setupTask>
167-
<setupTask
168-
xsi:type="setup:CompoundTask"
169-
name="de.loskutov.anyedit.AnyEditTools">
170-
<setupTask
171-
xsi:type="setup:PreferenceTask"
172-
key="/instance/de.loskutov.anyedit.AnyEditTools/org.eclipse.jdt.ui.editor.tab.width"
173-
value="4"/>
174-
<setupTask
175-
xsi:type="setup:PreferenceTask"
176-
key="/instance/de.loskutov.anyedit.AnyEditTools/saveAndAddLine"
177-
value="true"/>
178-
</setupTask>
179163
<setupTask
180164
xsi:type="setup:CompoundTask"
181165
name="org.eclipse.jdt.ui">

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

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.boot</groupId>
55
<artifactId>spring-boot-build</artifactId>
66
<version>1.3.9.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>
10-
<url>http://projects.spring.io/spring-boot/</url>
10+
<url>https://projects.spring.io/spring-boot/</url>
1111
<organization>
1212
<name>Pivotal Software, Inc.</name>
13-
<url>http://www.spring.io</url>
13+
<url>https://www.spring.io</url>
1414
</organization>
1515
<licenses>
1616
<license>
1717
<name>Apache License, Version 2.0</name>
18-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
18+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
1919
</license>
2020
</licenses>
2121
<scm>
@@ -27,7 +27,7 @@
2727
<name>Phillip Webb</name>
2828
<email>pwebb at pivotal.io</email>
2929
<organization>Pivotal Software, Inc.</organization>
30-
<organizationUrl>http://www.spring.io</organizationUrl>
30+
<organizationUrl>https://www.spring.io</organizationUrl>
3131
<roles>
3232
<role>Project lead</role>
3333
</roles>
@@ -37,7 +37,7 @@
3737
<name>Dave Syer</name>
3838
<email>dsyer at pivotal.io</email>
3939
<organization>Pivotal Software, Inc.</organization>
40-
<organizationUrl>http://www.spring.io</organizationUrl>
40+
<organizationUrl>https://www.spring.io</organizationUrl>
4141
<roles>
4242
<role>Project lead</role>
4343
</roles>

spring-boot-actuator-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.boot</groupId>
@@ -12,7 +12,7 @@
1212
<description>Spring Boot Actuator Docs</description>
1313
<organization>
1414
<name>Pivotal Software, Inc.</name>
15-
<url>http://www.spring.io</url>
15+
<url>https://www.spring.io</url>
1616
</organization>
1717
<properties>
1818
<main.basedir>${basedir}/..</main.basedir>

spring-boot-actuator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.boot</groupId>
@@ -10,10 +10,10 @@
1010
<artifactId>spring-boot-actuator</artifactId>
1111
<name>Spring Boot Actuator</name>
1212
<description>Spring Boot Actuator</description>
13-
<url>http://projects.spring.io/spring-boot/</url>
13+
<url>https://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>
16-
<url>http://www.spring.io</url>
16+
<url>https://www.spring.io</url>
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/..</main.basedir>

spring-boot-autoconfigure/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.boot</groupId>
@@ -10,10 +10,10 @@
1010
<artifactId>spring-boot-autoconfigure</artifactId>
1111
<name>Spring Boot AutoConfigure</name>
1212
<description>Spring Boot AutoConfigure</description>
13-
<url>http://projects.spring.io/spring-boot/</url>
13+
<url>https://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>
16-
<url>http://www.spring.io</url>
16+
<url>https://www.spring.io</url>
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/..</main.basedir>

spring-boot-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.boot</groupId>
@@ -10,10 +10,10 @@
1010
<artifactId>spring-boot-cli</artifactId>
1111
<name>Spring Boot CLI</name>
1212
<description>Spring Boot CLI</description>
13-
<url>http://projects.spring.io/spring-boot/</url>
13+
<url>https://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>
16-
<url>http://www.spring.io</url>
16+
<url>https://www.spring.io</url>
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/..</main.basedir>

spring-boot-dependencies/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.springframework.boot</groupId>
44
<artifactId>spring-boot-dependencies</artifactId>
55
<version>1.3.9.BUILD-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Spring Boot Dependencies</name>
88
<description>Spring Boot Dependencies</description>
9-
<url>http://projects.spring.io/spring-boot/</url>
9+
<url>https://projects.spring.io/spring-boot/</url>
1010
<organization>
1111
<name>Pivotal Software, Inc.</name>
12-
<url>http://www.spring.io</url>
12+
<url>https://www.spring.io</url>
1313
</organization>
1414
<licenses>
1515
<license>
1616
<name>Apache License, Version 2.0</name>
17-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
17+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
1818
</license>
1919
</licenses>
2020
<scm>
@@ -26,7 +26,7 @@
2626
<name>Phillip Webb</name>
2727
<email>pwebb at pivotal.io</email>
2828
<organization>Pivotal Software, Inc.</organization>
29-
<organizationUrl>http://www.spring.io</organizationUrl>
29+
<organizationUrl>https://www.spring.io</organizationUrl>
3030
<roles>
3131
<role>Project lead</role>
3232
</roles>
@@ -36,7 +36,7 @@
3636
<name>Dave Syer</name>
3737
<email>dsyer at pivotal.io</email>
3838
<organization>Pivotal Software, Inc.</organization>
39-
<organizationUrl>http://www.spring.io</organizationUrl>
39+
<organizationUrl>https://www.spring.io</organizationUrl>
4040
<roles>
4141
<role>Project lead</role>
4242
</roles>
@@ -2220,15 +2220,15 @@
22202220
<repository>
22212221
<id>spring-milestones</id>
22222222
<name>Spring Milestones</name>
2223-
<url>http://repo.spring.io/milestone</url>
2223+
<url>https://repo.spring.io/milestone</url>
22242224
<snapshots>
22252225
<enabled>false</enabled>
22262226
</snapshots>
22272227
</repository>
22282228
<repository>
22292229
<id>spring-snapshots</id>
22302230
<name>Spring Snapshots</name>
2231-
<url>http://repo.spring.io/snapshot</url>
2231+
<url>https://repo.spring.io/snapshot</url>
22322232
<snapshots>
22332233
<enabled>true</enabled>
22342234
</snapshots>

spring-boot-deployment-tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.springframework.boot</groupId>
@@ -11,10 +11,10 @@
1111
<packaging>pom</packaging>
1212
<name>Spring Boot Deployment Tests</name>
1313
<description>Spring Boot Deployment Tests</description>
14-
<url>http://projects.spring.io/spring-boot/</url>
14+
<url>https://projects.spring.io/spring-boot/</url>
1515
<organization>
1616
<name>Pivotal Software, Inc.</name>
17-
<url>http://www.spring.io</url>
17+
<url>https://www.spring.io</url>
1818
</organization>
1919
<properties>
2020
<main.basedir>${basedir}/..</main.basedir>

0 commit comments

Comments
 (0)