forked from XiaoMi/thain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
24 lines (22 loc) · 897 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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">
<!--
Copyright (c) 2019, Xiaomi, Inc. All rights reserved.
This source code is licensed under the Apache License Version 2.0, which
can be found in the LICENSE file in the root directory of this source tree.
-->
<modelVersion>4.0.0</modelVersion>
<groupId>com.xiaomi.thain</groupId>
<artifactId>thain</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<name>thain</name>
<modules>
<module>thain-common</module>
<module>thain-component</module>
<module>thain-core</module>
<module>thain-server</module>
<module>thain-sdk</module>
</modules>
</project>