Skip to content

Commit 8a5c4d4

Browse files
committed
melting-pot: fix aggregator POM schema location
This POM isn't used by default anymore, but it's still good to fix this.
1 parent 5d417a7 commit 8a5c4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

melting-pot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ generatePOM() {
562562
echo '<project xmlns="http://maven.apache.org/POM/4.0.0"' >> pom.xml
563563
echo ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' >> pom.xml
564564
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
565+
echo ' https://maven.apache.org/xsd/maven-4.0.0.xsd">' >> pom.xml
566566
echo ' <modelVersion>4.0.0</modelVersion>' >> pom.xml
567567
echo >> pom.xml
568568
echo ' <groupId>melting-pot</groupId>' >> pom.xml

0 commit comments

Comments
 (0)