Skip to content

Commit a863c9b

Browse files
committed
fix(pom): normalize element order, properties structure, comments per java-component-patterns
1 parent de3a3fc commit a863c9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎pom.xml‎

Lines changed: 4 additions & 4 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.0.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>opencli-java-sdk</artifactId>
66
<name>${project.groupId}:${project.artifactId}</name>
@@ -42,7 +42,7 @@
4242
<!-- ═══ 第一段: 基础属性(自然排序)═══ -->
4343
<java.version>17</java.version>
4444
<maven.compiler.release>${java.version}</maven.compiler.release>
45-
<maven.version>3.9.16</maven.version>
45+
<maven.version>4.0.0-rc-5</maven.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747

4848

@@ -239,7 +239,7 @@
239239
<rules>
240240
<requireMavenVersion>
241241
<message>You are running an older version of Maven. This application requires at least Maven ${maven.version}.</message>
242-
<version>[${maven.version}.0,)</version>
242+
<version>[4.0.0,)</version>
243243
</requireMavenVersion>
244244
<requireJavaVersion>
245245
<message>You are running an older version of Java. This application requires at least JDK ${java.version}.</message>

0 commit comments

Comments
 (0)