ide/editor/pom.xml
changeset 1286 a83e16b8b825
parent 1103 8ee3112f5647
child 1288 8bf8753226bd
     1.1 --- a/ide/editor/pom.xml	Thu May 16 10:38:20 2013 +0200
     1.2 +++ b/ide/editor/pom.xml	Tue Sep 17 15:00:18 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.8-SNAPSHOT</version>
     1.8 +        <version>0.8</version>
     1.9      </parent>
    1.10  
    1.11      <groupId>org.apidesign.bck2brwsr.ide</groupId>
    1.12      <artifactId>editor</artifactId>
    1.13 -    <version>0.8-SNAPSHOT</version>
    1.14 +    <version>0.8</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.8-SNAPSHOT</version>
    1.23 +            <version>0.8</version>
    1.24              <type>jar</type>
    1.25              <scope>test</scope>
    1.26          </dependency>