<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>

  <parent>
    <groupId>org.mobicents</groupId>
    <artifactId>mobicents</artifactId>
    <version>11</version>
    <relativePath>../../../../parent/pom.xml</relativePath>
  </parent>

  <groupId>org.mobicents.servers.diameter</groupId>
  <artifactId>mobicents-diameter-mux-parent</artifactId>
  <version>1.0.0.GA</version>

  <name>Mobicents :: Diameter Multiplexer :: ${pom.artifactId}</name>
  
  <properties>
    <!-- Mobicents Diameter Components Versions -->
    <mobicents.diameter.jdiameter.version>1.5.0.1-build187</mobicents.diameter.jdiameter.version>
    
    <!-- Other Mobicents Components Versions -->
    <mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
  </properties>
  
  <packaging>pom</packaging>

  <modules>
    <module>jar</module>
    <module>sar</module>
  </modules>

  <profiles>
    <profile>
      <id>maven-release</id>
      <modules>
        <!-- any module not bound to default modules, such as the ones for test, release, etc... -->
      </modules>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-release-plugin</artifactId>
            <configuration>
              <autoVersionSubmodules>true</autoVersionSubmodules>
              <resume>false</resume>
              <tagBase>https://mobicents.googlecode.com/svn/tags/servers/diameter/core/mux</tagBase>
            </configuration>
          </plugin>
        </plugins>
      </build>       
    </profile>
  </profiles>

  <scm>
    <connection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/mux/mobicents-diameter-mux-1.0.0.GA</connection>
    <developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/mux/mobicents-diameter-mux-1.0.0.GA</developerConnection>
    <url>http://mobicents.googlecode.com/svn/tags/servers/diameter/core/mux/mobicents-diameter-mux-1.0.0.GA</url>
  </scm>
  
</project>
