FUNModules-1.2-calcite-20190121.172958-6.pom

Checksums

MD5 108f2cb3f79c7a37bdb236e25fc09d6d
SHA1 f0ad82060663b2dfc5886b0969270eba589aea8d
SHA256 0e713dbf73a6f70e4258616a0a7ad79d79fe06c99b07f174c69793bda9de0b93
SHA512 7d3ac5c5d46b6c0c33c581341533598287a9c3aa6a7b6de99d4d42349fed6891541bf35d1d33820367435069f905b74d4ec5d346546338c23df385cf381c76f7

POM

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

  <groupId>de.metanome.algorithms.fun</groupId>
  <artifactId>FUNModules</artifactId>
  <packaging>pom</packaging>

  <name>FUNModules</name>

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

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

  <modules>
    <module>fun_algorithm_helper</module>
    <module>fun_test_helper</module>
    <module>fun_algorithm</module>
    <module>fun_for_metanome</module>
  </modules>
</project>