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