minesweeper/pom.xml
changeset 212 0e4f488d5fa6
parent 199 b3c1d99205d6
child 213 828e1e7908fc
child 217 22bc39a538cd
     1.1 --- a/minesweeper/pom.xml	Tue Aug 26 15:22:31 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Thu Sep 11 20:39:02 2014 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5    <groupId>org.apidesign.demo</groupId>
     1.6    <artifactId>minesweeper</artifactId>
     1.7 -  <version>2.0-SNAPSHOT</version>
     1.8 +  <version>2.4-SNAPSHOT</version>
     1.9    <packaging>jar</packaging>
    1.10    <parent>
    1.11        <artifactId>demo</artifactId>
    1.12 @@ -286,7 +286,7 @@
    1.13                <dependency>
    1.14                    <groupId>org.apidesign.brwsr</groupId>
    1.15                    <artifactId>dlvkbrwsr</artifactId>
    1.16 -                  <version>1.0-SNAPSHOT</version>
    1.17 +                  <version>1.0</version>
    1.18                    <type>jar</type>
    1.19                </dependency>
    1.20                <dependency>
    1.21 @@ -476,7 +476,7 @@
    1.22                <dependency>
    1.23                    <groupId>org.apidesign.brwsr</groupId>
    1.24                    <artifactId>ibrwsr</artifactId>
    1.25 -                  <version>0.8.3</version>
    1.26 +                  <version>1.0</version>
    1.27                    <scope>runtime</scope>
    1.28                </dependency>
    1.29            </dependencies>