Fix http reference in self-extracting-jar-creator/pom.xml

This commit is contained in:
Kris De Volder
2019-10-17 08:18:00 -07:00
parent e5acef3bfc
commit 523e4f7238

View File

@@ -1,6 +1,6 @@
<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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ide</groupId>
<artifactId>self-extracting-jar-creator</artifactId>