vmtest/pom.xml
changeset 518 5df0a239ebeb
parent 349 3fe5a86bd123
child 554 05224402145d
     1.1 --- a/vmtest/pom.xml	Tue Dec 18 13:10:56 2012 +0100
     1.2 +++ b/vmtest/pom.xml	Tue Jan 22 11:59:25 2013 +0100
     1.3 @@ -44,13 +44,14 @@
     1.4      <dependency>
     1.5        <groupId>${project.groupId}</groupId>
     1.6        <artifactId>vm4brwsr</artifactId>
     1.7 -      <version>0.3-SNAPSHOT</version>
     1.8 +      <version>${project.version}</version>
     1.9        <type>jar</type>
    1.10      </dependency>
    1.11      <dependency>
    1.12        <groupId>${project.groupId}</groupId>
    1.13        <artifactId>emul</artifactId>
    1.14 -      <version>0.3-SNAPSHOT</version>
    1.15 +      <version>${project.version}</version>
    1.16 +      <scope>test</scope>
    1.17      </dependency>
    1.18      <dependency>
    1.19        <groupId>${project.groupId}</groupId>