Skip to content

Commit e283784

Browse files
spring-operatorwilkinsona
authored andcommitted
Update build and setup configuration to use HTTPS
See spring-projectsgh-16244
1 parent a662563 commit e283784

File tree

238 files changed

+673
-673
lines changed

Some content is hidden

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

238 files changed

+673
-673
lines changed

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
@@ -90,19 +90,19 @@
9090
<requirement
9191
name="org.springframework.ide.eclipse.jdt.formatter.feature.feature.group"/>
9292
<repository
93-
url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
93+
url="https://download.eclipse.org/technology/epp/packages/mars/R"/>
9494
<repository
95-
url="http://download.eclipse.org/releases/mars"/>
95+
url="https://download.eclipse.org/releases/mars"/>
9696
<repository
97-
url="http://andrei.gmxhome.de/eclipse"/>
97+
url="http://andrei.gmxhome.de/eclipse/"/>
9898
<repository
9999
url="https://dl.bintray.com/philwebb/m2eclipse-maveneclipse"/>
100100
<repository
101101
url="https://dl.bintray.com/philwebb/spring-eclipse-code-formatter"/>
102102
<repository
103-
url="http://dist.springsource.com/release/TOOLS/update/e4.5"/>
103+
url="https://dist.springsource.com/release/TOOLS/update/e4.5"/>
104104
<repository
105-
url="http://download.eclipse.org/egit/github/updates/"/>
105+
url="https://download.eclipse.org/egit/github/updates/"/>
106106
<description>
107107
Install the tools needed in the IDE to work with the
108108
source code for ${scope.project.label}

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

mvnw.cmd

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

+6-6
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.4.8.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

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

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

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

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

+8-8
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.4.8.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>
@@ -2647,15 +2647,15 @@
26472647
<repository>
26482648
<id>spring-milestones</id>
26492649
<name>Spring Milestones</name>
2650-
<url>http://repo.spring.io/milestone</url>
2650+
<url>https://repo.spring.io/milestone</url>
26512651
<snapshots>
26522652
<enabled>false</enabled>
26532653
</snapshots>
26542654
</repository>
26552655
<repository>
26562656
<id>spring-snapshots</id>
26572657
<name>Spring Snapshots</name>
2658-
<url>http://repo.spring.io/snapshot</url>
2658+
<url>https://repo.spring.io/snapshot</url>
26592659
<snapshots>
26602660
<enabled>true</enabled>
26612661
</snapshots>

spring-boot-deployment-tests/pom.xml

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

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

+4-4
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,16 +10,16 @@
1010
<packaging>war</packaging>
1111
<name>Spring Boot Glassfish Deployment Test</name>
1212
<description>Spring Boot Glassfish Deployment Test</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>
2020
<glassfish.version>4.1.1</glassfish.version>
2121
<cargo.container.id>glassfish4x</cargo.container.id>
22-
<cargo.container.url>http://download.oracle.com/glassfish/${glassfish.version}/release/glassfish-${glassfish.version}.zip</cargo.container.url>
22+
<cargo.container.url>https://download.oracle.com/glassfish/${glassfish.version}/release/glassfish-${glassfish.version}.zip</cargo.container.url>
2323
</properties>
2424
<dependencies>
2525
<dependency>

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

+3-3
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
<packaging>war</packaging>
1111
<name>Spring Boot Tomcat Deployment Test</name>
1212
<description>Spring Boot Tomcat Deployment Test</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-deployment-tests/spring-boot-deployment-test-tomee/pom.xml

+4-4
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
<packaging>war</packaging>
1111
<name>Spring Boot TomEE Deployment Test</name>
1212
<description>Spring Boot TomEE Deployment Test</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>
@@ -22,7 +22,7 @@
2222
<cargo.container.url>
2323
https://www.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
2424
<!-- Alternative location
25-
http://archive.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
25+
https://archive.apache.org/dist/tomee/tomee-${tomee.version}/apache-tomee-${tomee.version}-webprofile.zip
2626
-->
2727
</cargo.container.url>
2828
</properties>

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

+4-4
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,16 +10,16 @@
1010
<packaging>war</packaging>
1111
<name>Spring Boot WildFly Deployment Test</name>
1212
<description>Spring Boot WildFly Deployment Test</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>
2020
<wildfly.version>9.0.2.Final</wildfly.version>
2121
<cargo.container.id>wildfly9x</cargo.container.id>
22-
<cargo.container.url>http://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip
22+
<cargo.container.url>https://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip
2323
</cargo.container.url>
2424
</properties>
2525
<dependencies>

spring-boot-devtools/pom.xml

+3-3
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-devtools</artifactId>
1111
<name>Spring Boot Developer Tools</name>
1212
<description>Spring Boot Developer Tools</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>

0 commit comments

Comments
 (0)