Changeset 921 for trunk/autoquest-core-assertions
- Timestamp:
- 10/16/12 14:39:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-assertions/pom.xml
r794 r921 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 2 <parent> 3 <groupId>de.ugoe.cs. quest</groupId>4 <artifactId> quest</artifactId>3 <groupId>de.ugoe.cs.autoquest</groupId> 4 <artifactId>autoquest</artifactId> 5 5 <version>0.0.1-SNAPSHOT</version> 6 6 </parent> 7 7 <modelVersion>4.0.0</modelVersion> 8 <artifactId> quest-core-assertions</artifactId>9 <name> quest-core-assertions</name>8 <artifactId>autoquest-core-assertions</artifactId> 9 <name>autoquest-core-assertions</name> 10 10 <scm> 11 <url>${ quest-scm-trunk-dir}/quest-core-assertions</url>11 <url>${autoquest-scm-trunk-dir}/autoquest-core-assertions</url> 12 12 </scm> 13 13 <dependencies> 14 14 <dependency> 15 <groupId>de.ugoe.cs. quest</groupId>16 <artifactId> quest-core-events</artifactId>15 <groupId>de.ugoe.cs.autoquest</groupId> 16 <artifactId>autoquest-core-events</artifactId> 17 17 <version>${project.parent.version}</version> 18 18 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.