2025-02-27 14:44: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">
|
|
|
|
<parent>
|
2025-02-28 17:56:48 +08:00
|
|
|
<artifactId>gisbi</artifactId>
|
|
|
|
<groupId>io.gisbi</groupId>
|
|
|
|
<version>1.0.0</version>
|
2025-02-27 14:44:08 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<artifactId>core</artifactId>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>core-frontend</module>
|
|
|
|
<module>core-backend</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
</project>
|