rt/emul/mini/pom.xml
changeset 1847 6e8a8cfcb07f
parent 1833 8ece64bedc99
child 1849 bc07f6a1e639
     1.1 --- a/rt/emul/mini/pom.xml	Sun May 17 14:28:17 2015 +0200
     1.2 +++ b/rt/emul/mini/pom.xml	Sat Sep 26 07:59:40 2015 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4    <parent>
     1.5      <groupId>org.apidesign.bck2brwsr</groupId>
     1.6      <artifactId>emul.pom</artifactId>
     1.7 -    <version>1.0-SNAPSHOT</version>
     1.8 +    <version>0.16</version>
     1.9    </parent>
    1.10    <groupId>org.apidesign.bck2brwsr</groupId>
    1.11    <artifactId>emul.mini</artifactId>
    1.12 -  <version>1.0-SNAPSHOT</version>
    1.13 +  <version>0.16</version>
    1.14    <name>Minimal API Profile</name>
    1.15    <url>http://maven.apache.org</url>
    1.16    <properties>
    1.17 @@ -18,7 +18,7 @@
    1.18      <dependency>
    1.19        <groupId>org.apidesign.bck2brwsr</groupId>
    1.20        <artifactId>core</artifactId>
    1.21 -      <version>1.0-SNAPSHOT</version>
    1.22 +      <version>0.16</version>
    1.23        <type>jar</type>
    1.24        <scope>provided</scope>
    1.25      </dependency>