Changeset 1235 for EDIS/trunk/java/tracking-ear/pom.xml
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-ear/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>ear</packaging> 14 14 <name>EDIS Tracking Application Bundle</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <description>Emergency Department Integration Software - Tracking Application Bundle</description> 17 17 <dependencies> … … 28 28 <type>war</type> 29 29 </dependency> 30 < dependency>31 <groupId>gov.va.med.edp</groupId>32 <artifactId>edis-tracking-help</artifactId>33 <version>${project.version}</version>34 <type>war</type>35 </dependency>30 <!-- <dependency> 31 <groupId>gov.va.med.edp</groupId> 32 <artifactId>edis-tracking-help</artifactId> 33 <version>${project.version}</version> 34 <type>war</type> 35 </dependency> --> 36 36 </dependencies> 37 37 <build> … … 53 53 <contextRoot>${edis.tracking.boardContextRoot}</contextRoot> 54 54 </webModule> 55 < webModule>56 <groupId>gov.va.med.edp</groupId>57 <artifactId>edis-tracking-help</artifactId>58 <contextRoot>${edis.tracking.helpContextRoot}</contextRoot>59 </webModule>55 <!-- <webModule> 56 <groupId>gov.va.med.edp</groupId> 57 <artifactId>edis-tracking-help</artifactId> 58 <contextRoot>${edis.tracking.helpContextRoot}</contextRoot> 59 </webModule> --> 60 60 </modules> 61 61 </configuration>
Note:
See TracChangeset
for help on using the changeset viewer.