algorithm_template_root-1.2-calcite-20190119.183510-1.pom

Checksums

MD5 77983536deecd4785cf7dc7ef28fa441
SHA1 8902015ed11768df70b138dfd8278622f67063a6
SHA256 c7be7d9d4b22d3dafe220d176a9f19d83662da9ddaba779db87150058cf7de24
SHA512 b42e53f92c4c63526c00dd3cd7e3a4246a4cc4edf74ecd0bf62ac11f59fb76385a6e712249cab961388728cef2dd603e2d98105c787dea1f2c423cf5b6390f36

POM

<!--
Copyright 2016 by the Metanome Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>

    <artifactId>algorithm_template_root</artifactId>
    <packaging>pom</packaging>

    <name>algorithm_template_root</name>

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

    <modules>
        <module>algorithm_template</module>
        <module>algorithm_template_packaging</module>
    </modules>

</project>