<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.jeewxframework</groupId>
		<artifactId>P3-pom</artifactId>
		<version>2.0.0</version>
	</parent>
	
	<groupId>org.jeewxframework</groupId>
	<artifactId>P3-Codegenerate</artifactId>
	<version>2.0.1</version>
	
	<distributionManagement>  
		  <repository>
		    <id>jeecg</id>  
		    <url>http://maven.jeecg.com:8090/nexus/content/repositories/jeecg</url>
		  </repository>
	</distributionManagement>

	<dependencies>
		<dependency>
		  <groupId>dom4j</groupId>
		  <artifactId>dom4j</artifactId>
		  <version>1.6.1</version>
		</dependency>
	</dependencies>

</project>
