Need to use 0.8.1 version of ibrwsr, as that one opens URLs in separate Safari window, which is needed for smooth operations of the current, links-rich main minesweeper page
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 27 Jul 2014 23:47:39 +0200
changeset 184d7b4941d09e9
parent 183 77670cba08c3
child 185 4ac79fa06fa8
child 186 541d0898da47
Need to use 0.8.1 version of ibrwsr, as that one opens URLs in separate Safari window, which is needed for smooth operations of the current, links-rich main minesweeper page
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Sat Jul 26 11:15:18 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Sun Jul 27 23:47:39 2014 +0200
     1.3 @@ -286,7 +286,7 @@
     1.4                <dependency>
     1.5                    <groupId>org.apidesign.brwsr</groupId>
     1.6                    <artifactId>dlvkbrwsr</artifactId>
     1.7 -                  <version>0.8</version>
     1.8 +                  <version>0.8.1</version>
     1.9                    <type>jar</type>
    1.10                </dependency>
    1.11                <dependency>
    1.12 @@ -476,7 +476,7 @@
    1.13                <dependency>
    1.14                    <groupId>org.apidesign.brwsr</groupId>
    1.15                    <artifactId>ibrwsr</artifactId>
    1.16 -                  <version>0.8</version>
    1.17 +                  <version>0.8.1</version>
    1.18                    <scope>runtime</scope>
    1.19                </dependency>
    1.20            </dependencies>