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

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.