Skip to content

Commit 73e5352

Browse files
committed
chore: upgrade POM to modelVersion 4.1.0
Use Maven 4 native POM format with root="true" attribute. Maven automatically transforms to 4.0.0 for repository publication.
1 parent bcf2164 commit 73e5352

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
2+
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd" root="true">
3+
<modelVersion>4.1.0</modelVersion>
44

55
<groupId>com.devskiller</groupId>
66
<artifactId>jfairy</artifactId>

0 commit comments

Comments
 (0)