<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.ow2.petals</groupId>
		<artifactId>petals-container-parent</artifactId>
		<version>2</version>
	</parent>

	<groupId>org.ow2.petals</groupId>
	<artifactId>petals-jmx-api</artifactId>
	<name>Petals ESB Container :: JMX interface definition</name>
	<version>1.3</version>
	<packaging>jar</packaging>
	<description>PEtALS JMX interface definition library</description>
	
	<scm>
		<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-jmx-api-1.3</connection>
		<developerConnection>scm:svn:svn+ssh://rnaudin@svn.forge.objectweb.org/svnroot/petals/tags/petals-jmx-api-1.3</developerConnection>
		<url>http://websvn.ow2.org/listing.php?repname=petals&amp;path=%2Ftrunk%2Fcontainer%2Fpetals-jmx-api%2F/tags/petals-jmx-api-1.3?repname=petals&amp;path=%2Ftrunk%2Fcontainer%2Fpetals-jmx-api%2F</url>
	</scm>

</project>
