Changeset 794


Ignore:
Timestamp:
09/07/12 11:21:07 (12 years ago)
Author:
pharms
Message:
  • use project.parent.version instead of deprecated parent.version variable
Location:
trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-assertions/pom.xml

    r757 r794  
    1515                        <groupId>de.ugoe.cs.quest</groupId> 
    1616                        <artifactId>quest-core-events</artifactId> 
    17                         <version>${parent.version}</version> 
     17                        <version>${project.parent.version}</version> 
    1818                </dependency> 
    1919        </dependencies> 
  • trunk/quest-core-coverage/pom.xml

    r757 r794  
    1515                        <groupId>de.ugoe.cs.quest</groupId> 
    1616                        <artifactId>quest-core-events</artifactId> 
    17                         <version>${parent.version}</version> 
     17                        <version>${project.parent.version}</version> 
    1818                </dependency> 
    1919                <dependency> 
    2020                        <groupId>de.ugoe.cs.quest</groupId> 
    2121                        <artifactId>quest-core-usageprofiles</artifactId> 
    22                         <version>${parent.version}</version> 
     22                        <version>${project.parent.version}</version> 
    2323                </dependency> 
    2424        </dependencies> 
  • trunk/quest-core-events/pom.xml

    r757 r794  
    2121                        <groupId>de.ugoe.cs.quest</groupId> 
    2222                        <artifactId>quest-misc</artifactId> 
    23                         <version>${parent.version}</version> 
     23                        <version>${project.parent.version}</version> 
    2424                </dependency> 
    2525        </dependencies> 
  • trunk/quest-core-tasktrees/pom.xml

    r757 r794  
    1515      <groupId>de.ugoe.cs.quest</groupId> 
    1616      <artifactId>quest-core-events</artifactId> 
    17       <version>${parent.version}</version> 
     17      <version>${project.parent.version}</version> 
    1818    </dependency> 
    1919  </dependencies> 
  • trunk/quest-core-testgeneration/pom.xml

    r757 r794  
    1515                        <groupId>de.ugoe.cs.quest</groupId> 
    1616                        <artifactId>quest-core-events</artifactId> 
    17                         <version>${parent.version}</version> 
     17                        <version>${project.parent.version}</version> 
    1818                </dependency> 
    1919                <dependency> 
    2020                        <groupId>de.ugoe.cs.quest</groupId> 
    2121                        <artifactId>quest-core-usageprofiles</artifactId> 
    22                         <version>${parent.version}</version> 
     22                        <version>${project.parent.version}</version> 
    2323                </dependency> 
    2424                <dependency> 
    2525                        <groupId>de.ugoe.cs.quest</groupId> 
    2626                        <artifactId>quest-core-coverage</artifactId> 
    27                         <version>${parent.version}</version> 
     27                        <version>${project.parent.version}</version> 
    2828                </dependency> 
    2929        </dependencies> 
  • trunk/quest-core-usability/pom.xml

    r757 r794  
    1515        <groupId>de.ugoe.cs.quest</groupId> 
    1616        <artifactId>quest-core-tasktrees</artifactId> 
    17         <version>${parent.version}</version> 
     17        <version>${project.parent.version}</version> 
    1818    </dependency> 
    1919  </dependencies> 
  • trunk/quest-core-usageprofiles/pom.xml

    r757 r794  
    2222                        <groupId>de.ugoe.cs.quest</groupId> 
    2323                        <artifactId>quest-core-events</artifactId> 
    24                         <version>${parent.version}</version> 
     24                        <version>${project.parent.version}</version> 
    2525                </dependency> 
    2626                <dependency> 
  • trunk/quest-plugin-guitar/pom.xml

    r757 r794  
    2121                        <groupId>de.ugoe.cs.quest</groupId> 
    2222                        <artifactId>quest-plugin-core</artifactId> 
    23                         <version>${parent.version}</version> 
     23                        <version>${project.parent.version}</version> 
    2424                </dependency> 
    2525                <dependency> 
    2626                        <groupId>de.ugoe.cs.quest</groupId> 
    2727                        <artifactId>quest-core-events</artifactId> 
    28                         <version>${parent.version}</version> 
     28                        <version>${project.parent.version}</version> 
    2929                </dependency> 
    3030                <dependency> 
    3131                        <groupId>de.ugoe.cs.quest</groupId> 
    3232                        <artifactId>quest-core-usageprofiles</artifactId> 
    33                         <version>${parent.version}</version> 
     33                        <version>${project.parent.version}</version> 
    3434                </dependency> 
    3535                <dependency> 
    3636                        <groupId>de.ugoe.cs.quest</groupId> 
    3737                        <artifactId>quest-misc</artifactId> 
    38                         <version>${parent.version}</version> 
     38                        <version>${project.parent.version}</version> 
    3939                </dependency> 
    4040                <dependency> 
  • trunk/quest-plugin-jfc/pom.xml

    r757 r794  
    2121                        <groupId>de.ugoe.cs.quest</groupId> 
    2222                        <artifactId>quest-plugin-core</artifactId> 
    23                         <version>${parent.version}</version> 
     23                        <version>${project.parent.version}</version> 
    2424                </dependency> 
    2525                <dependency> 
    2626                        <groupId>de.ugoe.cs.quest</groupId> 
    2727                        <artifactId>quest-core-events</artifactId> 
    28                         <version>${parent.version}</version> 
     28                        <version>${project.parent.version}</version> 
    2929                </dependency> 
    3030                <dependency> 
    3131                        <groupId>de.ugoe.cs.quest</groupId> 
    3232                        <artifactId>quest-misc</artifactId> 
    33                         <version>${parent.version}</version> 
     33                        <version>${project.parent.version}</version> 
    3434                </dependency> 
    3535                <dependency> 
  • trunk/quest-plugin-mfc/pom.xml

    r757 r794  
    2121                        <groupId>de.ugoe.cs.quest</groupId> 
    2222                        <artifactId>quest-plugin-core</artifactId> 
    23                         <version>${parent.version}</version> 
     23                        <version>${project.parent.version}</version> 
    2424                </dependency> 
    2525                <dependency> 
     
    3636                        <groupId>de.ugoe.cs.quest</groupId> 
    3737                        <artifactId>quest-core-events</artifactId> 
    38                         <version>${parent.version}</version> 
     38                        <version>${project.parent.version}</version> 
    3939                </dependency> 
    4040                <dependency> 
    4141                        <groupId>de.ugoe.cs.quest</groupId> 
    4242                        <artifactId>quest-misc</artifactId> 
    43                         <version>${parent.version}</version> 
     43                        <version>${project.parent.version}</version> 
    4444                </dependency> 
    4545        </dependencies> 
  • trunk/quest-plugin-php/pom.xml

    r757 r794  
    2121                        <groupId>de.ugoe.cs.quest</groupId> 
    2222                        <artifactId>quest-plugin-core</artifactId> 
    23                         <version>${parent.version}</version> 
     23                        <version>${project.parent.version}</version> 
    2424                </dependency> 
    2525                <dependency> 
    2626                        <groupId>de.ugoe.cs.quest</groupId> 
    2727                        <artifactId>quest-core-events</artifactId> 
    28                         <version>${parent.version}</version> 
     28                        <version>${project.parent.version}</version> 
    2929                </dependency> 
    3030                <dependency> 
    3131                        <groupId>de.ugoe.cs.quest</groupId> 
    3232                        <artifactId>quest-misc</artifactId> 
    33                         <version>${parent.version}</version> 
     33                        <version>${project.parent.version}</version> 
    3434                </dependency> 
    3535        </dependencies> 
  • trunk/quest-runner/pom.xml

    r757 r794  
    2424      <groupId>de.ugoe.cs.quest</groupId> 
    2525      <artifactId>quest-plugin-core</artifactId> 
    26       <version>${parent.version}</version> 
     26      <version>${project.parent.version}</version> 
    2727    </dependency> 
    2828    <dependency> 
    2929      <groupId>de.ugoe.cs.quest</groupId> 
    3030      <artifactId>quest-ui-core</artifactId> 
    31       <version>${parent.version}</version> 
     31      <version>${project.parent.version}</version> 
    3232    </dependency> 
    3333    <dependency> 
    3434      <groupId>de.ugoe.cs.quest</groupId> 
    3535      <artifactId>quest-ui-swt</artifactId> 
    36       <version>${parent.version}</version> 
     36      <version>${project.parent.version}</version> 
    3737    </dependency> 
    3838    <dependency> 
     
    4444      <groupId>de.ugoe.cs.quest</groupId> 
    4545      <artifactId>quest-plugin-guitar</artifactId> 
    46       <version>${parent.version}</version> 
     46      <version>${project.parent.version}</version> 
    4747    </dependency> 
    4848    <dependency> 
    4949      <groupId>de.ugoe.cs.quest</groupId> 
    5050      <artifactId>quest-plugin-jfc</artifactId> 
    51       <version>${parent.version}</version> 
     51      <version>${project.parent.version}</version> 
    5252    </dependency> 
    5353    <dependency> 
    5454      <groupId>de.ugoe.cs.quest</groupId> 
    5555      <artifactId>quest-plugin-mfc</artifactId> 
    56       <version>${parent.version}</version> 
     56      <version>${project.parent.version}</version> 
    5757    </dependency> 
    5858    <dependency> 
    5959      <groupId>de.ugoe.cs.quest</groupId> 
    6060      <artifactId>quest-plugin-php</artifactId> 
    61       <version>${parent.version}</version> 
     61      <version>${project.parent.version}</version> 
    6262    </dependency> 
    6363    <dependency> 
     
    139139                  <groupId>de.ugoe.cs.quest</groupId> 
    140140                  <artifactId>quest-plugin-jfc</artifactId> 
    141                   <version>${parent.version}</version> 
     141                  <version>${project.parent.version}</version> 
    142142                  <classifier>config</classifier> 
    143143                  <type>zip</type> 
     
    158158                  <groupId>de.ugoe.cs.quest</groupId> 
    159159                  <artifactId>quest-plugin-mfc</artifactId> 
    160                   <version>${parent.version}</version> 
     160                  <version>${project.parent.version}</version> 
    161161                  <classifier>config</classifier> 
    162162                  <type>zip</type> 
     
    177177                  <groupId>de.ugoe.cs.quest</groupId> 
    178178                  <artifactId>quest-plugin-php</artifactId> 
    179                   <version>${parent.version}</version> 
     179                  <version>${project.parent.version}</version> 
    180180                  <classifier>config</classifier> 
    181181                  <type>zip</type> 
  • trunk/quest-test-utils/pom.xml

    r790 r794  
    2424            <groupId>de.ugoe.cs.quest</groupId> 
    2525            <artifactId>quest-core-events</artifactId> 
    26             <version>${parent.version}</version> 
     26            <version>${project.parent.version}</version> 
    2727        </dependency> 
    2828        <dependency> 
    2929            <groupId>de.ugoe.cs.quest</groupId> 
    3030            <artifactId>quest-core-tasktrees</artifactId> 
    31             <version>${parent.version}</version> 
     31            <version>${project.parent.version}</version> 
    3232        </dependency> 
    3333        <dependency> 
    3434            <groupId>de.ugoe.cs.quest</groupId> 
    3535            <artifactId>quest-core-usageprofiles</artifactId> 
    36             <version>${parent.version}</version> 
     36            <version>${project.parent.version}</version> 
    3737        </dependency> 
    3838        <dependency> 
  • trunk/quest-ui-core/pom.xml

    r757 r794  
    2424      <groupId>de.ugoe.cs.quest</groupId> 
    2525      <artifactId>quest-misc</artifactId> 
    26       <version>${parent.version}</version> 
     26      <version>${project.parent.version}</version> 
    2727    </dependency> 
    2828    <dependency> 
    2929      <groupId>de.ugoe.cs.quest</groupId> 
    3030      <artifactId>quest-core-events</artifactId> 
    31       <version>${parent.version}</version> 
     31      <version>${project.parent.version}</version> 
    3232    </dependency> 
    3333    <dependency> 
    3434      <groupId>de.ugoe.cs.quest</groupId> 
    3535      <artifactId>quest-core-usageprofiles</artifactId> 
    36       <version>${parent.version}</version> 
     36      <version>${project.parent.version}</version> 
    3737    </dependency> 
    3838    <dependency> 
    3939      <groupId>de.ugoe.cs.quest</groupId> 
    4040      <artifactId>quest-core-coverage</artifactId> 
    41       <version>${parent.version}</version> 
     41      <version>${project.parent.version}</version> 
    4242    </dependency> 
    4343    <dependency> 
    4444      <groupId>de.ugoe.cs.quest</groupId> 
    4545      <artifactId>quest-core-assertions</artifactId> 
    46       <version>${parent.version}</version> 
     46      <version>${project.parent.version}</version> 
    4747    </dependency> 
    4848    <dependency> 
     
    5454      <groupId>de.ugoe.cs.quest</groupId> 
    5555      <artifactId>quest-core-tasktrees</artifactId> 
    56       <version>${parent.version}</version> 
     56      <version>${project.parent.version}</version> 
    5757    </dependency> 
    5858    <dependency> 
    5959      <groupId>de.ugoe.cs.quest</groupId> 
    6060      <artifactId>quest-core-usability</artifactId> 
    61       <version>${parent.version}</version> 
     61      <version>${project.parent.version}</version> 
    6262    </dependency> 
    6363    <dependency> 
  • trunk/quest-ui-swt/pom.xml

    r757 r794  
    2626                        <groupId>de.ugoe.cs.quest</groupId> 
    2727                        <artifactId>quest-core-events</artifactId> 
    28                         <version>${parent.version}</version> 
     28                        <version>${project.parent.version}</version> 
    2929                </dependency> 
    3030                <dependency> 
    3131                        <groupId>de.ugoe.cs.quest</groupId> 
    3232                        <artifactId>quest-core-assertions</artifactId> 
    33                         <version>${parent.version}</version> 
     33                        <version>${project.parent.version}</version> 
    3434                </dependency> 
    3535                <dependency> 
    3636                        <groupId>de.ugoe.cs.quest</groupId> 
    3737                        <artifactId>quest-core-usageprofiles</artifactId> 
    38                         <version>${parent.version}</version> 
     38                        <version>${project.parent.version}</version> 
    3939                </dependency> 
    4040                <dependency> 
Note: See TracChangeset for help on using the changeset viewer.