Changeset 921
- Timestamp:
- 10/16/12 14:39:40 (12 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-assertions-test/.project
r518 r921 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <projectDescription> 3 <name> quest-core-assertions-test</name>3 <name>autoquest-core-assertions-test</name> 4 4 <comment></comment> 5 5 <projects> -
trunk/autoquest-core-assertions-test/pom.xml
r763 r921 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-core-assertions-test</artifactId>12 <artifactId>autoquest-core-assertions-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-core-assertions</tested-artifactId>14 <tested-artifactId>autoquest-core-assertions</tested-artifactId> 15 15 </properties> 16 16 <dependencies> 17 17 <dependency> 18 <groupId>de.ugoe.cs. quest</groupId>19 <artifactId> quest-core-events</artifactId>20 <version>${tested- quest-version}</version>18 <groupId>de.ugoe.cs.autoquest</groupId> 19 <artifactId>autoquest-core-events</artifactId> 20 <version>${tested-autoquest-version}</version> 21 21 <scope>test</scope> 22 22 </dependency> -
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> -
trunk/autoquest-core-coverage-test/pom.xml
r763 r921 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-core-coverage-test</artifactId>12 <artifactId>autoquest-core-coverage-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-core-coverage</tested-artifactId>14 <tested-artifactId>autoquest-core-coverage</tested-artifactId> 15 15 </properties> 16 16 <dependencies> 17 17 <dependency> 18 <groupId>de.ugoe.cs. quest</groupId>19 <artifactId> quest-core-usageprofiles</artifactId>20 <version>${tested- quest-version}</version>18 <groupId>de.ugoe.cs.autoquest</groupId> 19 <artifactId>autoquest-core-usageprofiles</artifactId> 20 <version>${tested-autoquest-version}</version> 21 21 <scope>test</scope> 22 22 </dependency> -
trunk/autoquest-core-coverage/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-coverage</artifactId>9 <name> quest-core-coverage</name>8 <artifactId>autoquest-core-coverage</artifactId> 9 <name>autoquest-core-coverage</name> 10 10 <scm> 11 <url>${ quest-scm-trunk-dir}/quest-core-coverage</url>11 <url>${autoquest-scm-trunk-dir}/autoquest-core-coverage</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> 19 19 <dependency> 20 <groupId>de.ugoe.cs. quest</groupId>21 <artifactId> quest-core-usageprofiles</artifactId>20 <groupId>de.ugoe.cs.autoquest</groupId> 21 <artifactId>autoquest-core-usageprofiles</artifactId> 22 22 <version>${project.parent.version}</version> 23 23 </dependency> -
trunk/autoquest-core-events-test/pom.xml
r763 r921 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-core-events-test</artifactId>12 <artifactId>autoquest-core-events-test</artifactId> 13 13 <properties> 14 <tested-artifactId> quest-core-events</tested-artifactId>14 <tested-artifactId>autoquest-core-events</tested-artifactId> 15 15 </properties> 16 16 <dependencies> -
trunk/autoquest-core-events/pom.xml
r794 r921 2 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 3 <parent> 4 <groupId>de.ugoe.cs. quest</groupId>5 <artifactId> quest</artifactId>4 <groupId>de.ugoe.cs.autoquest</groupId> 5 <artifactId>autoquest</artifactId> 6 6 <version>0.0.1-SNAPSHOT</version> 7 7 </parent> 8 8 <modelVersion>4.0.0</modelVersion> 9 <artifactId> quest-core-events</artifactId>10 <name> quest-core-events</name>9 <artifactId>autoquest-core-events</artifactId> 10 <name>autoquest-core-events</name> 11 11 <scm> 12 <url>${ quest-scm-trunk-dir}/quest-core-events</url>12 <url>${autoquest-scm-trunk-dir}/autoquest-core-events</url> 13 13 </scm> 14 14 <dependencies> … … 19 19 </dependency> 20 20 <dependency> 21 <groupId>de.ugoe.cs. quest</groupId>22 <artifactId> quest-misc</artifactId>21 <groupId>de.ugoe.cs.autoquest</groupId> 22 <artifactId>autoquest-misc</artifactId> 23 23 <version>${project.parent.version}</version> 24 24 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.