Changeset 920 for trunk/autoquest-plugin-mfc-test
- Timestamp:
- 10/16/12 14:35:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-mfc-test/pom.xml
r763 r920 5 5 > 6 6 <parent> 7 <groupId>de.ugoe.cs. quest</groupId>8 <artifactId> quest-test</artifactId>7 <groupId>de.ugoe.cs.autoquest</groupId> 8 <artifactId>autoquest-test</artifactId> 9 9 <version>0.0.1-SNAPSHOT</version> 10 10 </parent> 11 11 <modelVersion>4.0.0</modelVersion> 12 <artifactId> quest-plugin-mfc-test</artifactId>12 <artifactId>autoquest-plugin-mfc-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-plugin-mfc</tested-artifactId>14 <tested-artifactId>autoquest-plugin-mfc</tested-artifactId> 15 15 </properties> 16 16 <dependencies> 17 17 <dependency> 18 <groupId>de.ugoe.cs. quest</groupId>19 <artifactId> quest-ui-core</artifactId>20 <version>${tested- quest-version}</version>18 <groupId>de.ugoe.cs.autoquest</groupId> 19 <artifactId>autoquest-ui-core</artifactId> 20 <version>${tested-autoquest-version}</version> 21 21 <scope>test</scope> 22 22 </dependency> … … 38 38 <artifactItems> 39 39 <artifactItem> 40 <groupId>de.ugoe.cs. quest</groupId>41 <artifactId> quest-plugin-mfc</artifactId>42 <version>${tested- quest-version}</version>40 <groupId>de.ugoe.cs.autoquest</groupId> 41 <artifactId>autoquest-plugin-mfc</artifactId> 42 <version>${tested-autoquest-version}</version> 43 43 <classifier>config</classifier> 44 44 <type>zip</type>
Note: See TracChangeset
for help on using the changeset viewer.