Changeset 1513 for trunk


Ignore:
Timestamp:
04/11/14 17:04:19 (10 years ago)
Author:
pharms
Message:
  • added relative path to parent pom
Location:
trunk
Files:
35 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-assertions-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-assertions/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-coverage-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-coverage/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-events-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-events/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-tasktrees-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-tasktrees/pom.xml

    r1127 r1513  
    44    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
     6    <relativePath>../autoquest/pom.xml</relativePath> 
    67  </parent> 
    78  <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-testgeneration/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-usability-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-usability/pom.xml

    r1493 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-usageprofiles-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-core-usageprofiles/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-distribution/pom.xml

    r1505 r1513  
    11<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/xsd/maven-4.0.0.xsd"> 
    2   <!-- parent> 
     2  <parent> 
    33    <groupId>de.ugoe.cs.autoquest</groupId> 
    44    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
    6   </parent--> 
     6    <relativePath>../autoquest/pom.xml</relativePath> 
     7  </parent> 
    78  <modelVersion>4.0.0</modelVersion> 
    8   <groupId>de.ugoe.cs.autoquest</groupId> 
    99  <artifactId>autoquest-distribution</artifactId> 
    10   <version>0.0.1-SNAPSHOT</version> 
    1110  <packaging>pom</packaging> 
    1211  <name>autoquest-distribution</name> 
  • trunk/autoquest-htmlmonitor-test/pom.xml

    r1069 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-httpmonitor-test/pom.xml

    r1390 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-misc-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-misc/pom.xml

    r1510 r1513  
    44    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
     6    <relativePath>../autoquest/pom.xml</relativePath> 
    67  </parent> 
    78  <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-core-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-core/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-guitar/pom.xml

    r1104 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-html-test/pom.xml

    r1069 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-html/pom.xml

    r1242 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-http-test/pom.xml

    r1369 r1513  
    88      <artifactId>autoquest-test</artifactId> 
    99      <version>0.0.1-SNAPSHOT</version> 
     10      <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-http/pom.xml

    r1367 r1513  
    88    <artifactId>autoquest</artifactId> 
    99    <version>0.0.1-SNAPSHOT</version> 
     10    <relativePath>../autoquest/pom.xml</relativePath> 
    1011  </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-jfc-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-jfc/pom.xml

    r1103 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-mfc-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-mfc/pom.xml

    r1102 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-plugin-php/pom.xml

    r1103 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-runner/pom.xml

    r1013 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-test-utils/pom.xml

    r1372 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-ui-core-test/pom.xml

    r1011 r1513  
    88        <artifactId>autoquest-test</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest-test/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-ui-core/pom.xml

    r927 r1513  
    88    <artifactId>autoquest</artifactId> 
    99    <version>0.0.1-SNAPSHOT</version> 
     10    <relativePath>../autoquest/pom.xml</relativePath> 
    1011  </parent> 
    1112  <modelVersion>4.0.0</modelVersion> 
  • trunk/autoquest-ui-swt/pom.xml

    r1495 r1513  
    88        <artifactId>autoquest</artifactId> 
    99        <version>0.0.1-SNAPSHOT</version> 
     10        <relativePath>../autoquest/pom.xml</relativePath> 
    1011    </parent> 
    1112    <modelVersion>4.0.0</modelVersion> 
Note: See TracChangeset for help on using the changeset viewer.