Changeset 921


Ignore:
Timestamp:
10/16/12 14:39:40 (12 years ago)
Author:
pharms
Message:
  • rename to autoquest
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-assertions-test/.project

    r518 r921  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<projectDescription> 
    3         <name>quest-core-assertions-test</name> 
     3        <name>autoquest-core-assertions-test</name> 
    44        <comment></comment> 
    55        <projects> 
  • trunk/autoquest-core-assertions-test/pom.xml

    r763 r921  
    55> 
    66    <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> 
    99        <version>0.0.1-SNAPSHOT</version> 
    1010    </parent> 
    1111    <modelVersion>4.0.0</modelVersion> 
    12     <artifactId>quest-core-assertions-test</artifactId> 
     12    <artifactId>autoquest-core-assertions-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>quest-core-assertions</tested-artifactId> 
     14        <tested-artifactId>autoquest-core-assertions</tested-artifactId> 
    1515    </properties> 
    1616    <dependencies> 
    1717        <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> 
    2121            <scope>test</scope> 
    2222        </dependency> 
  • trunk/autoquest-core-assertions/pom.xml

    r794 r921  
    11<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"> 
    22  <parent> 
    3     <groupId>de.ugoe.cs.quest</groupId> 
    4     <artifactId>quest</artifactId> 
     3    <groupId>de.ugoe.cs.autoquest</groupId> 
     4    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
    66  </parent> 
    77  <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> 
    1010        <scm> 
    11                 <url>${quest-scm-trunk-dir}/quest-core-assertions</url> 
     11                <url>${autoquest-scm-trunk-dir}/autoquest-core-assertions</url> 
    1212        </scm> 
    1313        <dependencies> 
    1414                <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> 
    1717                        <version>${project.parent.version}</version> 
    1818                </dependency> 
  • trunk/autoquest-core-coverage-test/pom.xml

    r763 r921  
    55> 
    66    <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> 
    99        <version>0.0.1-SNAPSHOT</version> 
    1010    </parent> 
    1111    <modelVersion>4.0.0</modelVersion> 
    12     <artifactId>quest-core-coverage-test</artifactId> 
     12    <artifactId>autoquest-core-coverage-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>quest-core-coverage</tested-artifactId> 
     14        <tested-artifactId>autoquest-core-coverage</tested-artifactId> 
    1515    </properties> 
    1616    <dependencies> 
    1717        <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> 
    2121            <scope>test</scope> 
    2222        </dependency> 
  • trunk/autoquest-core-coverage/pom.xml

    r794 r921  
    11<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"> 
    22  <parent> 
    3     <groupId>de.ugoe.cs.quest</groupId> 
    4     <artifactId>quest</artifactId> 
     3    <groupId>de.ugoe.cs.autoquest</groupId> 
     4    <artifactId>autoquest</artifactId> 
    55    <version>0.0.1-SNAPSHOT</version> 
    66  </parent> 
    77  <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> 
    1010  <scm> 
    11                 <url>${quest-scm-trunk-dir}/quest-core-coverage</url> 
     11                <url>${autoquest-scm-trunk-dir}/autoquest-core-coverage</url> 
    1212        </scm> 
    1313        <dependencies> 
    1414                <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> 
    1717                        <version>${project.parent.version}</version> 
    1818                </dependency> 
    1919                <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> 
    2222                        <version>${project.parent.version}</version> 
    2323                </dependency> 
  • trunk/autoquest-core-events-test/pom.xml

    r763 r921  
    55> 
    66    <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> 
    99        <version>0.0.1-SNAPSHOT</version> 
    1010    </parent> 
    1111    <modelVersion>4.0.0</modelVersion> 
    12     <artifactId>quest-core-events-test</artifactId> 
     12    <artifactId>autoquest-core-events-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>quest-core-events</tested-artifactId> 
     14        <tested-artifactId>autoquest-core-events</tested-artifactId> 
    1515    </properties> 
    1616    <dependencies> 
  • trunk/autoquest-core-events/pom.xml

    r794 r921  
    22        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    33    <parent> 
    4         <groupId>de.ugoe.cs.quest</groupId> 
    5         <artifactId>quest</artifactId> 
     4        <groupId>de.ugoe.cs.autoquest</groupId> 
     5        <artifactId>autoquest</artifactId> 
    66        <version>0.0.1-SNAPSHOT</version> 
    77    </parent> 
    88        <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> 
    1111        <scm> 
    12                 <url>${quest-scm-trunk-dir}/quest-core-events</url> 
     12                <url>${autoquest-scm-trunk-dir}/autoquest-core-events</url> 
    1313        </scm> 
    1414        <dependencies> 
     
    1919                </dependency> 
    2020                <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> 
    2323                        <version>${project.parent.version}</version> 
    2424                </dependency> 
Note: See TracChangeset for help on using the changeset viewer.