<?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>x2jb-providers</artifactId>
  <packaging>pom</packaging>
  <name>X2JB Providers</name>
  <url>http://sourceforge.net/projects/x2jb</url>

  <parent>
    <groupId>org.x2jb</groupId>
    <artifactId>x2jb-parent</artifactId>
    <version>2.0</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

  <modules>
    <module>properties</module>
    <module>annotation</module>
  </modules>

</project>
