2010-09-25 16:34:44 +00:00
|
|
|
<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>com.idcanet.foei</groupId>
|
|
|
|
<artifactId>foei-base</artifactId>
|
2011-03-14 22:45:21 +00:00
|
|
|
<version>0.8.3-SNAPSHOT</version>
|
2010-09-25 16:34:44 +00:00
|
|
|
</parent>
|
|
|
|
<groupId>com.idcanet.foei</groupId>
|
|
|
|
<artifactId>foei-ee-ejb3</artifactId>
|
2011-03-14 22:45:21 +00:00
|
|
|
<version>0.8.3-SNAPSHOT</version>
|
2010-09-25 16:34:44 +00:00
|
|
|
<name>foei-ee-ejb3</name>
|
|
|
|
<description>foei-ee-ejb3</description>
|
|
|
|
</project>
|