blob: dd27a36f0e4b44a70e39e559f42495b001db0c06 [file] [log] [blame]
<?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>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.8.RELEASE</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.baidu.hugegraph</groupId>
<artifactId>hugegraph-hubble</artifactId>
<packaging>pom</packaging>
<version>1.6.0</version>
<modules>
<module>hubble-be</module>
<module>hubble-dist</module>
</modules>
<properties>
<top.level.dir>${project.basedir}/..</top.level.dir>
</properties>
</project>