mirror of
https://gitee.com/ChinaLym/shoulder-platform.git
synced 2025-12-30 11:02:26 +00:00
20 lines
770 B
XML
20 lines
770 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>cn.itlym.platform</groupId>
|
|
<artifactId>shoulder-platform-parent</artifactId>
|
|
<version>1.0-SNAPSHOT</version><!-- shoulder-platform-version -->
|
|
<relativePath>../shoulder-platform-common/shoulder-platform-parent/pom.xml</relativePath>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>shoulder-storage-center</artifactId>
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>storage-modules</module>
|
|
</modules>
|
|
|
|
|
|
</project> |