Skip to content

Commit bafe671

Browse files
committed
build: 统一 Maven POM 头部为 modelVersion 4.1.0 (POM/4.1.0)
1 parent b960f68 commit bafe671

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎pom.xml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +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" 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">
35
<modelVersion>4.1.0</modelVersion>
46
<groupId>io.github.easy4j</groupId>
57
<artifactId>openclaw-java-sdk</artifactId>

0 commit comments

Comments
 (0)