pom.xml 690 字节
Newer Older
T
terrymanu 已提交
1 2 3 4
<?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">
T
terrymanu 已提交
5
    <modelVersion>4.0.0</modelVersion>
T
terrymanu 已提交
6
    <parent>
T
terrymanu 已提交
7 8
        <groupId>io.shardingsphere</groupId>
        <artifactId>sharding-sphere</artifactId>
T
terrymanu 已提交
9
        <version>3.0.0</version>
T
terrymanu 已提交
10
    </parent>
T
tristaZero 已提交
11 12
    <artifactId>sharding-orchestration</artifactId>
    <packaging>pom</packaging>
T
terrymanu 已提交
13
    
T
tristaZero 已提交
14 15
    <modules>
        <module>sharding-orchestration-core</module>
T
tristaZero 已提交
16
        <module>sharding-orchestration-reg</module>
T
tristaZero 已提交
17
    </modules>
T
terrymanu 已提交
18
</project>
T
tristaZero 已提交
19

T
tristaZero 已提交
20