- Timestamp:
- 04/11/14 17:04:19 (11 years ago)
- Location:
- trunk
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-assertions-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-assertions/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-coverage-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-coverage/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-events-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-events/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-tasktrees-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-tasktrees/pom.xml
r1127 r1513 4 4 <artifactId>autoquest</artifactId> 5 5 <version>0.0.1-SNAPSHOT</version> 6 <relativePath>../autoquest/pom.xml</relativePath> 6 7 </parent> 7 8 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-testgeneration/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-usability-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-usability/pom.xml
r1493 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-usageprofiles-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-core-usageprofiles/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-distribution/pom.xml
r1505 r1513 1 1 <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> 3 3 <groupId>de.ugoe.cs.autoquest</groupId> 4 4 <artifactId>autoquest</artifactId> 5 5 <version>0.0.1-SNAPSHOT</version> 6 </parent--> 6 <relativePath>../autoquest/pom.xml</relativePath> 7 </parent> 7 8 <modelVersion>4.0.0</modelVersion> 8 <groupId>de.ugoe.cs.autoquest</groupId>9 9 <artifactId>autoquest-distribution</artifactId> 10 <version>0.0.1-SNAPSHOT</version>11 10 <packaging>pom</packaging> 12 11 <name>autoquest-distribution</name> -
trunk/autoquest-htmlmonitor-test/pom.xml
r1069 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-httpmonitor-test/pom.xml
r1390 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-misc-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-misc/pom.xml
r1510 r1513 4 4 <artifactId>autoquest</artifactId> 5 5 <version>0.0.1-SNAPSHOT</version> 6 <relativePath>../autoquest/pom.xml</relativePath> 6 7 </parent> 7 8 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-core-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-core/pom.xml
r1011 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-guitar/pom.xml
r1104 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-html-test/pom.xml
r1069 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-html/pom.xml
r1242 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-http-test/pom.xml
r1369 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-http/pom.xml
r1367 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-jfc-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-jfc/pom.xml
r1103 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-mfc-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-mfc/pom.xml
r1102 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-plugin-php/pom.xml
r1103 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-runner/pom.xml
r1013 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-test-utils/pom.xml
r1372 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-ui-core-test/pom.xml
r1011 r1513 8 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest-test/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-ui-core/pom.xml
r927 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion> -
trunk/autoquest-ui-swt/pom.xml
r1495 r1513 8 8 <artifactId>autoquest</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 <relativePath>../autoquest/pom.xml</relativePath> 10 11 </parent> 11 12 <modelVersion>4.0.0</modelVersion>
Note: See TracChangeset
for help on using the changeset viewer.