Ignore:
Timestamp:
10/16/12 14:35:23 (13 years ago)
Author:
pharms
Message:
  • rename to autoquest
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-jfc-test/pom.xml

    r810 r920  
    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-plugin-jfc-test</artifactId> 
     12    <artifactId>autoquest-plugin-jfc-test</artifactId> 
    1313    <properties> 
    14         <tested-artifactId>quest-plugin-jfc</tested-artifactId> 
     14        <tested-artifactId>autoquest-plugin-jfc</tested-artifactId> 
    1515    </properties> 
    1616    <dependencies> 
     
    3737                            <artifactItems> 
    3838                                <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> 
    4242                                    <classifier>config</classifier> 
    4343                                    <type>zip</type> 
Note: See TracChangeset for help on using the changeset viewer.