Skip to content

Commit f9ae7eb

Browse files
committed
build(pom): upgrade modelVersion to 4.1.0 for Maven 4
1 parent a7a3424 commit f9ae7eb

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 http://maven.apache.org/xsd/maven-4.1.0.xsd">
3+
<modelVersion>4.1.0</modelVersion>
44
<groupId>io.github.easy4j</groupId>
55
<artifactId>codex-java-sdk</artifactId>
66
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)