Skip to content

Commit 21cf405

Browse files
committed
build: 统一 Maven POM 头部为 modelVersion 4.1.0 (POM/4.1.0)
1 parent 81dcc74 commit 21cf405

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 http://maven.apache.org/xsd/maven-4.1.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.1.0"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
45
<modelVersion>4.1.0</modelVersion>
56
<groupId>io.github.easy4j</groupId>
67
<artifactId>codex-java-sdk</artifactId>

0 commit comments

Comments
 (0)