Changeset 1488


Ignore:
Timestamp:
04/03/14 14:46:59 (10 years ago)
Author:
pharms
Message:
  • let the test project refer to the correct project under test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r1487 r1488  
    1111        </license> 
    1212    </licenses> 
     13    <properties> 
     14        <java-utils-version>0.1.1-SNAPSHOT</java-utils-version> 
     15    </properties> 
    1316    <scm> 
    1417        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils-test</url> 
     
    2932            <groupId>de.ugoe.cs</groupId> 
    3033            <artifactId>java-utils</artifactId> 
    31             <version>0.1.0</version> 
     34            <version>${java-utils-version}</version> 
    3235            <scope>test</scope> 
    3336        </dependency> 
     
    112115                                    <groupId>de.ugoe.cs</groupId> 
    113116                                    <artifactId>java-utils</artifactId> 
    114                                     <version>0.1.0</version> 
     117                                    <version>${java-utils-version}</version> 
    115118                                    <outputDirectory>${project.build.directory}/classes</outputDirectory> 
    116119                                </artifactItem> 
Note: See TracChangeset for help on using the changeset viewer.