TANEModules-1.2-calcite-20190119.201826-1.pom

Checksums

MD5 e32173742944cf0ae686e0bb38d2e1a9
SHA1 7a14039407132a7a30749e3e1decd3781a8dcf9a
SHA256 554033956a158748cf161cf7165778973b8a7bead988f8d5a1d6fdfd211b12e9
SHA512 7b04874f5f81fd35c45a5075ae44f9a627fa8e77b02d360f125a5c9ec98e51f75f1ad3322b41505d8a0f27882d5b67a1080e13f7b75a52def50307976258a56a

POM

<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">
    <modelVersion>4.0.0</modelVersion>

    <groupId>de.metanome.algorithms.tane</groupId>
    <artifactId>TANEModules</artifactId>
    <packaging>pom</packaging>

    <name>TANEModules</name>

    <parent>
        <groupId>de.metanome.algorithms</groupId>
        <artifactId>algorithms</artifactId>
        <version>1.2-calcite-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <modules>
        <module>tane_algorithm_helper</module>
        <module>tane_algorithm</module>
        <module>tane_tree_dir_algorithm</module>
        <module>tane_tree_end_algorithm</module>
    </modules>
</project>