<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">

	<parent>
		<groupId>com.atlassian.rm</groupId>
		<artifactId>common</artifactId>
		<version>9.17.1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>common-portfolio-1-bridge</artifactId>
	<modelVersion>4.0.0</modelVersion>
	<packaging>pom</packaging>

	<name>Portfolio 2 / Common [JPO 1 Bridge - Parent]</name>

	<modules>
		<module>common-portfolio-1-bridge-0.0</module>
		<module>common-portfolio-1-bridge-api</module>
	</modules>

	<properties>
		<dbScriptDir>${project.basedir}/../../../../devutils/database</dbScriptDir>
	</properties>

</project>
