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