ide/editor/pom.xml
changeset 986 6cc579ba2472
parent 984 52a4a5f868bc
child 1060 e3845e4f0ec8
     1.1 --- a/ide/editor/pom.xml	Sun Apr 14 22:34:49 2013 +0200
     1.2 +++ b/ide/editor/pom.xml	Sun Apr 14 22:35:00 2013 +0200
     1.3 @@ -4,12 +4,12 @@
     1.4      <parent>
     1.5          <artifactId>ide</artifactId>
     1.6          <groupId>org.apidesign.bck2brwsr</groupId>
     1.7 -        <version>0.6</version>
     1.8 +        <version>0.7-SNAPSHOT</version>
     1.9      </parent>
    1.10  
    1.11      <groupId>org.apidesign.bck2brwsr.ide</groupId>
    1.12      <artifactId>editor</artifactId>
    1.13 -    <version>0.6</version>
    1.14 +    <version>0.7-SNAPSHOT</version>
    1.15      <packaging>nbm</packaging>
    1.16  
    1.17      <name>Editor Support for Bck2Brwsr</name>
    1.18 @@ -75,7 +75,7 @@
    1.19          <dependency>
    1.20              <groupId>org.apidesign.bck2brwsr</groupId>
    1.21              <artifactId>core</artifactId>
    1.22 -            <version>0.6</version>
    1.23 +            <version>0.7-SNAPSHOT</version>
    1.24              <type>jar</type>
    1.25              <scope>test</scope>
    1.26          </dependency>