DepMinerModules-1.2-calcite-20190119.203559-1.pom

Checksums

MD5 d2e262f91a9e79d3796e261bf241aa29
SHA1 7bcd941ba0ea39100aa9608aa72429ea26b02c52
SHA256 1467de650b8e05870327f0b1de1e817d972487895843a833fb318042c03d0574
SHA512 7e0cf18e50bb93897e9bd6269f591bd76ec6d415366b1e86f27e47f7d1ff5139bc72e41e81c074a15e35a6e66045e426b887985da4b5ec693763d0b3ae313361

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.depminer</groupId>
    <artifactId>DepMinerModules</artifactId>
    <packaging>pom</packaging>

    <name>DepMinerModules</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>depminer_helper</module>
        <module>depminer_algorithm</module>
    </modules>
</project>