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-ui-core/pom.xml

    r1227 r1235  
    11<?xml version="1.0"?>
    22<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     3  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    44    <modelVersion>4.0.0</modelVersion>
    55    <parent>
    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>
    1111    <groupId>gov.va.med.edp</groupId>
    1212    <artifactId>edis-tracking-ui-core</artifactId>
     13    <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1314    <packaging>swc</packaging>
    1415    <name>EDIS Tracking UI Core</name>
    15     <version>1.0-T29-SNAPSHOT</version>
    16     <scm>
    17         <connection>scm:perforce://reeng/main/ed/tracking-ui-core</connection>
    18         <developerConnection>scm:perforce://reeng/main/ed/tracking-ui-core</developerConnection>
    19     </scm>
    2016    <dependencies>
    2117        <dependency>
    22             <groupId>com.adobe</groupId>
     18            <groupId>com.adobe.cairngorm</groupId>
    2319            <artifactId>cairngorm</artifactId>
    24             <version>2.2.1</version>
     20            <version>${cairngorm.version}</version>
    2521            <type>swc</type>
    2622        </dependency>
     
    3228            <type>pom</type>
    3329        </dependency>
    34           <!-- FlexUnit dependencies -->
     30        <!-- FlexUnit dependencies -->
    3531        <dependency>
    36             <groupId>flexunit</groupId>
     32            <groupId>com.adobe.flexunit</groupId>
    3733            <artifactId>flexunit</artifactId>
    3834            <version>${flexunit.version}</version>
     
    4036            <scope>test</scope>
    4137        </dependency>
    42         <dependency>
    43                         <groupId>info.flex-mojos</groupId>
    44                         <artifactId>testing-support</artifactId>
    45                         <version>${flex.mojos.version}</version>
    46                         <type>swc</type>
    47                         <scope>test</scope>
    48                 </dependency>
    4938    </dependencies>
    5039    <build>
     
    5342        <plugins>
    5443            <plugin>
    55                 <groupId>info.flex-mojos</groupId>
    56                 <artifactId>flex-compiler-mojo</artifactId>
     44                <groupId>org.sonatype.flexmojos</groupId>
     45                <artifactId>flexmojos-maven-plugin</artifactId>
     46                <version>${flex.mojos.version}</version>
     47                <extensions>true</extensions>
    5748            </plugin>
    5849        </plugins>
Note: See TracChangeset for help on using the changeset viewer.