<?xml version="1.0" encoding="UTF-8"?>
<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>org.mapdb</groupId>
    <artifactId>mapdb-root</artifactId>
    <version>3.0.0-M2</version>

    <packaging>pom</packaging>


    <properties>
        <kotlin.version>1.0.0-rc-1036</kotlin.version>
        <dokka.version>0.9.4</dokka.version>

        <java.target.version>1.8</java.target.version>
        <java.source.version>1.8</java.source.version>


        <junit.version>4.12</junit.version>
        <!--eclipse collections-->
	    <ec.version>7.0.0</ec.version>
        <jcache.api.version>1.0.0</jcache.api.version>
        <jcache.tck.version>1.0.1</jcache.tck.version>

        <threadCount>3</threadCount>
        <argline />

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


    <modules>
        <module>mapdb</module>
        <module>mapdb-benchmark</module>
        <module>mapdb-jcache</module>
        <module>mapdb-jcache-tck-test</module>
        <module>mapdb-site</module>
    </modules>


    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <developers>
        <developer>
            <name>Jan Kotek</name>
            <id>jan</id>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:git@github.com:jankotek/mapdb.git</connection>
        <developerConnection>scm:git:git@github.com:jankotek/mapdb.git</developerConnection>
        <url>git@github.com:jankotek/mapdb.git</url>
    </scm>


</project>
