<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openimaj</groupId>
  <artifactId>openimaj-machine-learning</artifactId>
  <packaging>pom</packaging>
  <version>1.3.1</version>
  <name>OpenIMAJ Machine Learning Subprojects</name>
  <parent>
    <artifactId>openimaj</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.1</version>
    <relativePath>../</relativePath>
  </parent>
  <inceptionYear>2011</inceptionYear>
  <description>Sub-module for machine-learning libraries.</description>
  <modules>
    <module>clustering</module>
    <module>nearest-neighbour</module>
    <module>machine-learning</module>
    <!-- <module>neural-network</module> -->
  </modules>
</project>
