<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright © 2013 Sebastian Hoß <mail@shoss.de>
    This work is free. You can redistribute it and/or modify it under the
    terms of the Do What The Fuck You Want To Public License, Version 2,
    as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

-->
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <!--                                 PARENT                                  -->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <parent>
    <groupId>com.github.sebhoss</groupId>
    <artifactId>maven-boms</artifactId>
    <version>2.0.3</version>
  </parent>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <!--                               INFORMATIONS                              -->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <artifactId>sebhoss-bom</artifactId>
  <packaging>pom</packaging>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <!--                                PROPERTIES                               -->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <properties>
    <version.common-annotations>[2.0.0,3.0.0)</version.common-annotations>
    <version.fiscal-year>[1.0.0,2.0.0)</version.fiscal-year>
    <version.datasets>[1.0.0,2.0.0)</version.datasets>
    <version.reguloj>[2.0.0,3.0.0)</version.reguloj>
    <version.finj>[2.0.0,3.0.0)</version.finj>
    <version.bc-clj>[2.0.0,3.0.0)</version.bc-clj>
    <version.math-clj>[1.0.0,2.0.0)</version.math-clj>
    <version.def-clj>[1.0.0,2.0.0)</version.def-clj>
    <version.bootstrap-clj>[2.0.0,3.0.0)</version.bootstrap-clj>
  </properties>

  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <!--                               DEPENDENCIES                              -->
  <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <dependencyManagement>
    <dependencies>
      <!-- Java Projects -->
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>common-annotations</artifactId>
        <version>${version.common-annotations}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>fiscal-year</artifactId>
        <version>${version.fiscal-year}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>datasets</artifactId>
        <version>${version.datasets}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>reguloj</artifactId>
        <version>${version.reguloj}</version>
      </dependency>

      <!-- Clojure Projects -->
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>finj</artifactId>
        <version>${version.finj}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>bc-clj</artifactId>
        <version>${version.bc-clj}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>math-clj</artifactId>
        <version>${version.math-clj}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>def-clj</artifactId>
        <version>${version.def-clj}</version>
      </dependency>
      <dependency>
        <groupId>com.github.sebhoss</groupId>
        <artifactId>bootstrap-clj</artifactId>
        <version>${version.bootstrap-clj}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>