vm/pom.xml
branchemul
changeset 672 add357fd6c5c
parent 554 05224402145d
child 673 62b514a70382
     1.1 --- a/vm/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/vm/pom.xml	Tue Feb 05 13:20:07 2013 +0100
     1.3 @@ -85,19 +85,19 @@
     1.4      <dependency>
     1.5        <groupId>${project.groupId}</groupId>
     1.6        <artifactId>core</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.mini</artifactId>
    1.14 -      <version>0.3-SNAPSHOT</version>
    1.15 -      <scope>test</scope>
    1.16 +      <version>${project.version}</version>
    1.17 +      <scope>compile</scope>
    1.18      </dependency>
    1.19      <dependency>
    1.20        <groupId>${project.groupId}</groupId>
    1.21        <artifactId>javap</artifactId>
    1.22 -      <version>0.3-SNAPSHOT</version>
    1.23 +      <version>${project.version}</version>
    1.24      </dependency>
    1.25    </dependencies>
    1.26  </project>