<?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>
  <artifactId>a3-tools</artifactId>
  <packaging>pom</packaging>
  <name>JORAM :: a3 :: tools</name>
  <description>Builds the A3 tools project.</description>

  <parent>
    <groupId>org.ow2.joram</groupId>
    <artifactId>a3</artifactId>
    <version>5.18.0</version>
  </parent>
  
  <modules>
    <module>backup</module>
  </modules>
</project>