<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>
	<groupId>org.jeewxframework</groupId>
	<artifactId>P3-parent</artifactId>
	<version>2.0.1</version>
	<packaging>pom</packaging>
	<inceptionYear>2015</inceptionYear>

	<name>P3-parent</name>
	<description>P3 System</description>

	<parent>
		<groupId>org.jeewxframework</groupId>
		<artifactId>P3-pom</artifactId>
		<version>2.0.0</version>
	</parent>
	
	<dependencies>
		<!--  P3-begin  -->
		<!-- P3 core -->
		<dependency>
			<groupId>org.jeewxframework</groupId>
			<artifactId>P3-Core</artifactId>
			<version>2.0.1</version>
		</dependency>
		<!-- P3 UI -->
		<dependency>
			<groupId>org.jeewxframework</groupId>
			<artifactId>P3-Base-ui</artifactId>
			<version>2.0.0</version>
		</dependency>
		<!-- P3 Codegenerate -->
		<dependency>
			<groupId>org.jeewxframework</groupId>
			<artifactId>P3-Codegenerate</artifactId>
			<version>2.0.1</version>
		</dependency>
		<!--  P3-end  -->
	</dependencies>
</project>
