We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d417a7 commit 8a5c4d4Copy full SHA for 8a5c4d4
1 file changed
melting-pot.sh
@@ -562,7 +562,7 @@ generatePOM() {
562
echo '<project xmlns="http://maven.apache.org/POM/4.0.0"' >> pom.xml
563
echo ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' >> pom.xml
564
echo ' xsi:schemaLocation="http://maven.apache.org/POM/4.0.0' >> pom.xml
565
- echo ' http://maven.apache.org/xsd/maven-4.0.0.xsd">' >> pom.xml
+ echo ' https://maven.apache.org/xsd/maven-4.0.0.xsd">' >> pom.xml
566
echo ' <modelVersion>4.0.0</modelVersion>' >> pom.xml
567
echo >> pom.xml
568
echo ' <groupId>melting-pot</groupId>' >> pom.xml
0 commit comments