From 5742ecd6ce5bd1fd88e04699e8e16c59cf1efd92 Mon Sep 17 00:00:00 2001 From: vbadipat <42500186+vbadipat@users.noreply.github.com> Date: Fri, 31 Jan 2020 06:30:24 -0500 Subject: [PATCH 1/2] Use https for Maven XSD See gh-522 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de722ff91bd..f79e7c01254 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.samples spring-petclinic From 400e3028f48a6c23f5156f6598dd10cb5e6a2849 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 31 Jan 2020 16:53:53 +0100 Subject: [PATCH 2/2] Polish "Use https for Maven XSD" See gh-522 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f79e7c01254..cf9a9493ec1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.samples spring-petclinic