source: EDIS/tags/ed/tracking-help/pom.xml@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 872 bytes
Line 
1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>gov.va.med.edp</groupId>
6 <artifactId>edis-tracking-parent</artifactId>
7 <version>1.0</version>
8 <relativePath>../tracking-parent</relativePath>
9 </parent>
10 <groupId>gov.va.med.edp</groupId>
11 <artifactId>edis-tracking-help</artifactId>
12 <packaging>war</packaging>
13 <name>EDIS Tracking Application Help</name>
14 <version>1.0</version>
15 <description>Emergency Department Integration Software - Tracking Application Help</description>
16 <build>
17 <finalName>${edis.tracking.helpContextRoot}</finalName>
18 </build>
19</project>
Note: See TracBrowser for help on using the repository browser.