Changeset 920 for trunk/autoquest-plugin-jfc-test
- Timestamp:
- 10/16/12 14:35:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-jfc-test/pom.xml
r810 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-jfc-test</artifactId>12 <artifactId>autoquest-plugin-jfc-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-plugin-jfc</tested-artifactId>14 <tested-artifactId>autoquest-plugin-jfc</tested-artifactId> 15 15 </properties> 16 16 <dependencies> … … 37 37 <artifactItems> 38 38 <artifactItem> 39 <groupId>de.ugoe.cs. quest</groupId>40 <artifactId> quest-plugin-jfc</artifactId>41 <version>${tested- quest-version}</version>39 <groupId>de.ugoe.cs.autoquest</groupId> 40 <artifactId>autoquest-plugin-jfc</artifactId> 41 <version>${tested-autoquest-version}</version> 42 42 <classifier>config</classifier> 43 43 <type>zip</type>
Note: See TracChangeset
for help on using the changeset viewer.