Switching to latest version of brwsrs
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 06 Nov 2014 21:59:32 +0100
changeset 2296e5c2ce01688
parent 228 fc2f72be9392
child 230 902eb5435f83
Switching to latest version of brwsrs
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Thu Nov 06 21:58:57 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Thu Nov 06 21:59:32 2014 +0100
     1.3 @@ -285,7 +285,7 @@
     1.4                <dependency>
     1.5                    <groupId>org.apidesign.brwsr</groupId>
     1.6                    <artifactId>dlvkbrwsr</artifactId>
     1.7 -                  <version>1.0</version>
     1.8 +                  <version>1.0.1</version>
     1.9                    <type>jar</type>
    1.10                </dependency>
    1.11                <dependency>
    1.12 @@ -475,7 +475,7 @@
    1.13                <dependency>
    1.14                    <groupId>org.apidesign.brwsr</groupId>
    1.15                    <artifactId>ibrwsr</artifactId>
    1.16 -                  <version>1.0</version>
    1.17 +                  <version>1.0.1</version>
    1.18                    <scope>runtime</scope>
    1.19                </dependency>
    1.20            </dependencies>