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

<!-- ====================================================================== -->
<!--                                                                        -->
<!--  JBoss, the OpenSource J2EE webOS                                      -->
<!--                                                                        -->
<!--  Distributable under LGPL license.                                     -->
<!--  See terms of license at http://www.gnu.org.                           -->
<!--                                                                        -->
<!-- ====================================================================== -->

<!--
  To copy the release documentation to jbmuc.dyndns.org run:

  scp -r docbook/target/docbook/publish/en-US/* jbmuc.dyndns.org:/var/www/html/jbosgi-1.0.0/userguide
  scp -r javadoc/target/apidocs/* jbmuc.dyndns.org:/var/www/html/jbosgi-1.0.0/apidocs

  To copy the release to SF run:

  mv jbosgi-installer-1.0.0-src.zip jbosgi-1.0.0.Beta3-src.zip
  scp jbosgi-installer-1.0.0.jar tdiesler@frs.sourceforge.net:uploads
  scp jbosgi-1.0.0-src.zip tdiesler@frs.sourceforge.net:uploads
-->

<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>

    <name>JBossOSGi Distribution</name>

    <groupId>org.jboss.osgi.distribution</groupId>
    <artifactId>jbosgi-distribution</artifactId>
    <packaging>pom</packaging>

    <!-- Parent -->
    <parent>
        <groupId>org.jboss.osgi</groupId>
        <artifactId>jbosgi</artifactId>
        <version>2.2.0</version>
    </parent>

    <!-- Dependencies -->
    <dependencies>
        <dependency>
            <groupId>org.jboss.osgi.wildfly</groupId>
            <artifactId>jbosgi-wildfly-build</artifactId>
            <version>${project.version}</version>
            <type>pom</type>
        </dependency>
    </dependencies>
    
    <!-- Modules -->
    <modules>
        <module>installer</module>
        <module>javadoc</module>
    </modules>

</project>
