gis-bi/core/pom.xml

18 lines
536 B
Java
Raw Normal View History

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">
2025-06-23 10:34:29 +08:00
<parent>
<artifactId>gisbi</artifactId>
<groupId>io.gisbi</groupId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>core</artifactId>
2025-02-27 14:44:08 +08:00
2025-06-23 10:34:29 +08:00
<modules>
<module>core-backend</module>
</modules>
2025-02-27 14:44:08 +08:00
</project>