Raincat/raincat-sample/pom.xml

20 lines
666 B
XML
Raw Normal View History

2017-09-01 16:06:25 +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>
2018-03-02 11:56:49 +08:00
<artifactId>rain-cat</artifactId>
<groupId>com.raincat</groupId>
<version>1.0.0-SNAPSHOT</version>
2017-09-01 16:06:25 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
2018-03-02 11:56:49 +08:00
<artifactId>raincat-sample</artifactId>
2017-09-01 16:06:25 +08:00
<packaging>pom</packaging>
<modules>
2018-03-02 11:56:49 +08:00
<module>raincat-dubbo-sample</module>
<module>raincat-springcloud-sample</module>
2017-09-01 16:06:25 +08:00
</modules>
</project>