Skip to content

Commit 81dcc74

Browse files
committed
style(pom): 格式化多个模块的pom.xml文件
- 在多个模块的pom.xml文件中添加适当的XML换行和缩进 - 修复 dreamina-java-sdk 中 requireMavenVersion 和 requireJavaVersion 的消息格式 - 统一所有pom.xml文件中的XML结构和可读性 - 重命名 ShiroDingTalkPropertiesTest 类为 ShiroDingTalkConfigTest
1 parent 9b50675 commit 81dcc74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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="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">
34
<modelVersion>4.1.0</modelVersion>
45
<groupId>io.github.easy4j</groupId>
56
<artifactId>codex-java-sdk</artifactId>

0 commit comments

Comments
 (0)