2023-04-05 18:55: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">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<groupId>com.jeesite</groupId>
|
|
|
|
|
<artifactId>jeesite-modules</artifactId>
|
2024-07-19 08:55:07 +08:00
|
|
|
<version>5.8.1.springboot3-SNAPSHOT</version>
|
2023-04-05 18:55:08 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>JeeSite Modules</name>
|
|
|
|
|
<url>http://jeesite.com</url>
|
|
|
|
|
<inceptionYear>2013-Now</inceptionYear>
|
|
|
|
|
|
|
|
|
|
<modules>
|
2023-06-28 08:55:58 +08:00
|
|
|
<module>core</module>
|
2023-09-28 16:49:01 +08:00
|
|
|
<module>app</module>
|
2023-06-28 08:55:58 +08:00
|
|
|
<module>cas</module>
|
2024-07-07 19:10:36 +08:00
|
|
|
<module>cms</module>
|
2023-09-28 16:49:01 +08:00
|
|
|
<module>static</module>
|
2024-07-06 22:21:58 +08:00
|
|
|
<module>test</module>
|
2024-07-07 19:10:36 +08:00
|
|
|
</modules>
|
2023-04-05 18:55:08 +08:00
|
|
|
|
2024-07-07 19:10:36 +08:00
|
|
|
<developers>
|
2023-04-05 18:55:08 +08:00
|
|
|
<developer>
|
|
|
|
|
<id>thinkgem</id>
|
|
|
|
|
<name>WangZhen</name>
|
|
|
|
|
<email>thinkgem at 163.com</email>
|
|
|
|
|
<roles><role>Project lead</role></roles>
|
2024-07-07 19:10:36 +08:00
|
|
|
<timezone>+8</timezone>
|
2023-04-05 18:55:08 +08:00
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
|
<name>JeeSite</name>
|
|
|
|
|
<url>http://jeesite.com</url>
|
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
|
|
</project>
|