launcher/http/pom.xml
branchdefprop
changeset 1636 eb97a082741b
parent 1599 36746c46716a
child 1626 8c3ba4d3f92b
     1.1 --- a/launcher/http/pom.xml	Mon May 26 17:52:56 2014 +0200
     1.2 +++ b/launcher/http/pom.xml	Wed Jun 25 22:50:33 2014 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign.bck2brwsr</groupId>
     1.6      <artifactId>launcher-pom</artifactId>
     1.7 -    <version>0.9-SNAPSHOT</version>
     1.8 +    <version>0.9</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>launcher.http</artifactId>
    1.12 -  <version>0.9-SNAPSHOT</version>
    1.13 +  <version>0.9</version>
    1.14    <name>Bck2Brwsr Launcher</name>
    1.15    <url>http://maven.apache.org</url>
    1.16      <build>
    1.17 @@ -70,7 +70,7 @@
    1.18      <dependency>
    1.19        <groupId>org.apidesign.bck2brwsr</groupId>
    1.20        <artifactId>aot</artifactId>
    1.21 -      <version>0.9-SNAPSHOT</version>
    1.22 +      <version>0.9</version>
    1.23        <type>jar</type>
    1.24      </dependency>
    1.25    </dependencies>