FastFDsModules-1.2-calcite-20190121.174355-4.pom

Checksums

MD5 40e5b89bfac5a5c0daf1a8ca88ed8284
SHA1 627b30d93c6912e0ca75567ec9664c87645953f0
SHA256 7b6e0f749ad86b3891c842b059d1a832e4c677f5ad2e6cd80b8e42fa2f0ab1b1
SHA512 ad778f209b9e2fc4e3ebc466881c4f7556d90e27ab12d9644604d523cd5063562ba8ee65950af4828d0b57b52fc302735ca37faa899771f0cf71879c902aa7ec

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.fastfds</groupId>
    <artifactId>FastFDsModules</artifactId>
    <packaging>pom</packaging>

    <name>FastFDsModules</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>fastfds_helper</module>
        <module>fastfds_algorithm</module>
    </modules>
</project>