<?xml version="1.0" encoding="UTF-8"?>
<!--
  vi:ts=2:sw=2:expandtab:
-->
  <!-- 

  JBoss Service Binding Aggregator POM
    
-->
<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">

  <!-- Parent -->
  <parent>
    <groupId>org.jboss</groupId>
    <artifactId>jboss-parent</artifactId>
    <version>5</version>
  </parent>

  <!-- Model Information -->
  <modelVersion>4.0.0</modelVersion>

  <!-- Artifact Information  -->
  <groupId>org.jboss.service.binding</groupId>
  <artifactId>jboss-service-binding-parent</artifactId>
  <version>1.2.0.Final</version>
  <packaging>pom</packaging>
  <name>JBoss Service Binding Aggregator</name>
  <url>http://www.jboss.org</url>
  <description>JBoss Service Binding Aggregator</description>

  <!-- Aggregate Modules -->
  <modules>
    <module>core</module>
    <module>management</module>
  </modules>

  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/service-binding/trunk</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/service-binding/trunk</developerConnection>
    <url>http://anonsvn.jboss.org/repos/jbossas/projects/service-binding/trunk</url>
  </scm>

</project>

