ide/editor/pom.xml
changeset 819 caf1e66268fd
parent 806 178754f29511
child 821 60caf5806aa8
     1.1 --- a/ide/editor/pom.xml	Sat Mar 02 17:02:00 2013 +0100
     1.2 +++ b/ide/editor/pom.xml	Thu Mar 07 23:33:50 2013 +0100
     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.4-SNAPSHOT</version>
     1.8 +        <version>0.4</version>
     1.9      </parent>
    1.10  
    1.11      <groupId>org.apidesign.bck2brwsr.ide.editor</groupId>
    1.12      <artifactId>editor</artifactId>
    1.13 -    <version>0.4-SNAPSHOT</version>
    1.14 +    <version>0.4</version>
    1.15      <packaging>nbm</packaging>
    1.16  
    1.17      <name>Editor Support for Bck2Brwsr</name>
    1.18 @@ -85,7 +85,7 @@
    1.19          <dependency>
    1.20              <groupId>org.apidesign.bck2brwsr</groupId>
    1.21              <artifactId>core</artifactId>
    1.22 -            <version>0.4-SNAPSHOT</version>
    1.23 +            <version>0.4</version>
    1.24              <type>jar</type>
    1.25              <scope>test</scope>
    1.26          </dependency>