diff --git a/pom.xml b/pom.xml index ae77ce15..368e9f2d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/samples/hello-world/build.gradle b/samples/hello-world/build.gradle index 789093dc..a1ecdd7b 100644 --- a/samples/hello-world/build.gradle +++ b/samples/hello-world/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'application' repositories { // Public Spring artefacts - maven { url "http://repo.springsource.org/libs-snapshot" } + maven { url "https://repo.springsource.org/libs-snapshot" } mavenLocal() }