<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>
	<packaging>pom</packaging>

	<parent>
		<groupId>org.mobicents</groupId>
		<artifactId>mobicents</artifactId>
		<version>12</version>
		<relativePath>../../../../parent/pom.xml</relativePath>
	</parent>

	<groupId>org.mobicents.servers.diameter</groupId>
	<artifactId>jdiameter-parent</artifactId>

	<name>Mobicents :: Diameter Stack :: ${pom.artifactId}</name>

	<version>1.5.2.2-build212</version>

	<modules>
		<module>api</module>
		<module>impl</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/jdiameter</tagBase>
						</configuration>
					</plugin>
					<!-- Deploy. Not used, moved to ANT.
					<plugin>
						<artifactId>maven-antrun-plugin</artifactId>
						<inherited>false</inherited>
						<executions>
							<execution>
								<phase>deploy</phase>
								<goals>
									<goal>run</goal>
								</goals>
								<configuration>
									<tasks>
										<copy overwrite="true" todir="${basedir}/../../../../releasezip/core/jdiameter" file="${basedir}/release/README.TXT">
											<filterchain>
												<replacetokens>
													<token key="VERSION" value="${pom.version}" />
												</replacetokens>
											</filterchain>
										</copy>

										<copy overwrite="true" tofile="${basedir}/../../../../releasezip/README.TXT" file="${basedir}/release/TOP_README.TXT">
											<filterchain>
												<replacetokens>
													<token key="JDIAM_VERSION" value="${pom.version}" />
												</replacetokens>
											</filterchain>
										</copy>
									</tasks>
								</configuration>
							</execution>
						</executions>
					</plugin>
					-->
				</plugins>
			</build>
		</profile>
	</profiles>

	<scm>
		<connection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.2.2-build212</connection>
		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.2.2-build212</developerConnection>
		<url>http://mobicents.googlecode.com/svn/tags/servers/diameter/core/jdiameter/jdiameter-1.5.2.2-build212</url>
	</scm>

</project>
