Skip to content

Commit e47452c

Browse files
committed
Fix old schema location in integration test
1 parent d831488 commit e47452c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/ij1-quit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project xmlns="http://maven.apache.org/POM/4.0.0"
3232
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3333
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
34-
http://maven.apache.org/xsd/maven-4.0.0.xsd">
34+
https://maven.apache.org/xsd/maven-4.0.0.xsd">
3535
<modelVersion>4.0.0</modelVersion>
3636

3737
<groupId>@project.groupId@</groupId>

0 commit comments

Comments
 (0)