Files
gr_report_java/lidee-module/lidee-module-api/.flattened-pom.xml

16 lines
624 B
XML
Raw Normal View History

2026-02-02 23:21:53 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module</artifactId>
<version>2.2.4</version>
</parent>
<groupId>com.lideeyunji</groupId>
<artifactId>lidee-module-api</artifactId>
<version>2.2.4</version>
<name>${project.artifactId}</name>
<description>个人业务模块API</description>
</project>