Skip to content

Commit a027f8f

Browse files
author
Ramachandran Nellaiyappan
committed
fix: correct XML namespace order in pom.xml
1 parent d9ddae0 commit a027f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

journey-api-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>

0 commit comments

Comments
 (0)