2021-01-02 13:13:08 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
2021-03-06 01:59:35 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-01-02 13:13:08 +08:00
|
|
|
|
2021-04-28 00:01:14 +08:00
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
<artifactId>yudao</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
|
|
<module>yudao-dependencies</module>
|
|
|
|
<!-- <module>yudao-framework</module>-->
|
|
|
|
<module>yudao-admin-server</module>
|
|
|
|
</modules>
|
2021-01-02 13:13:08 +08:00
|
|
|
|
2021-04-28 00:01:14 +08:00
|
|
|
<name>yudao</name>
|
|
|
|
<description>芋道项目基础脚手架</description>
|
|
|
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
2021-01-02 13:13:08 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|