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

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-ui-swt/pom.xml

    r794 r920  
    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-ui-swt</artifactId> 
    9   <name>quest-ui-swt</name> 
     8  <artifactId>autoquest-ui-swt</artifactId> 
     9  <name>autoquest-ui-swt</name> 
    1010    <scm> 
    11                 <url>${quest-scm-trunk-dir}/quest-ui-swt</url> 
     11                <url>${autoquest-scm-trunk-dir}/autoquest-ui-swt</url> 
    1212        </scm> 
    1313        <repositories> 
     
    2424                </dependency> 
    2525                <dependency> 
    26                         <groupId>de.ugoe.cs.quest</groupId> 
    27                         <artifactId>quest-core-events</artifactId> 
     26                        <groupId>de.ugoe.cs.autoquest</groupId> 
     27                        <artifactId>autoquest-core-events</artifactId> 
    2828                        <version>${project.parent.version}</version> 
    2929                </dependency> 
    3030                <dependency> 
    31                         <groupId>de.ugoe.cs.quest</groupId> 
    32                         <artifactId>quest-core-assertions</artifactId> 
     31                        <groupId>de.ugoe.cs.autoquest</groupId> 
     32                        <artifactId>autoquest-core-assertions</artifactId> 
    3333                        <version>${project.parent.version}</version> 
    3434                </dependency> 
    3535                <dependency> 
    36                         <groupId>de.ugoe.cs.quest</groupId> 
    37                         <artifactId>quest-core-usageprofiles</artifactId> 
     36                        <groupId>de.ugoe.cs.autoquest</groupId> 
     37                        <artifactId>autoquest-core-usageprofiles</artifactId> 
    3838                        <version>${project.parent.version}</version> 
    3939                </dependency> 
Note: See TracChangeset for help on using the changeset viewer.