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