Ignore:
Timestamp:
Sep 7, 2011, 4:29:40 AM (13 years ago)
Author:
Solomon Blaz
Message:

committing first working version of EDIS maven build - upgraded to maven 3.0.3, flexmojos 3.8, flex sdk 3.6.0.16995, removed dependencies on KAAJEE and maven repository on VA intranet, replaced with one on filesystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EDIS/trunk/java/tracking-ear/pom.xml

    r1227 r1235  
    66        <groupId>gov.va.med.edp</groupId>
    77        <artifactId>edis-tracking-parent</artifactId>
    8         <version>1.0-T29-SNAPSHOT</version>
     8        <version>1.0.1.WorldVistA-SNAPSHOT</version>
    99        <relativePath>../tracking-parent</relativePath>
    1010    </parent>
     
    1313    <packaging>ear</packaging>
    1414    <name>EDIS Tracking Application Bundle</name>
    15     <version>1.0-T29-SNAPSHOT</version>
     15    <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1616    <description>Emergency Department Integration Software - Tracking Application Bundle</description>
    1717    <dependencies>
     
    2828            <type>war</type>
    2929        </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> -->
    3636    </dependencies>
    3737    <build>
     
    5353                            <contextRoot>${edis.tracking.boardContextRoot}</contextRoot>
    5454                        </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> -->
    6060                    </modules>
    6161                </configuration>
Note: See TracChangeset for help on using the changeset viewer.