<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>
		<artifactId>petals-parent</artifactId>
		<groupId>org.ow2.petals</groupId>
		<version>19.3-SNAPSHOT</version>
		<relativePath>../../parent</relativePath>
	</parent>

	<name>Container Parent</name>
	<groupId>org.ow2.petals</groupId>
	<artifactId>petals-container-parent</artifactId>
	<packaging>pom</packaging>
	<version>3.2-SNAPSHOT</version>
	<description>JBI container for Petals ESB</description>

	<scm>
		<connection>scm:svn:https://svn.petalslink.org/svnroot/branches-legacy/petals-enterprise-3.1.x/petals/container/parent</connection>
		<developerConnection>scm:svn:https://svn.petalslink.org/svnroot/branches-legacy/petals-enterprise-3.1.x/petals/container/parent</developerConnection>
		<url>https://svn.petalslink.org/svnroot/branches-legacy/petals-enterprise-3.1.x/petals/container/petals-kernel</url>
	</scm>

	<dependencyManagement>
		<!-- add the shared dependencies version here for Container Libraries -->
		<dependencies>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-commons</artifactId>
				<version>1.0.5</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi</artifactId>
				<version>1.0.2</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi-ext</artifactId>
				<version>1.0.1</version>
			</dependency>
			<dependency>
				<groupId>org.ow2.petals</groupId>
				<artifactId>petals-jbi-descriptor</artifactId>
				<version>2.0.4</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

</project>
