Switching to latest versions of the APIs
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 25 Jul 2014 21:20:27 +0200
changeset 177fce7972a0078
parent 176 1e482b09b814
child 178 87d475e1cf75
Switching to latest versions of the APIs
minesweeper/pom.xml
pom.xml
     1.1 --- a/minesweeper/pom.xml	Mon Jul 21 15:05:22 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Fri Jul 25 21:20:27 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.7</version>
     1.8 +                  <version>0.8</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.7</version>
    1.17 +                  <version>0.8</version>
    1.18                    <scope>runtime</scope>
    1.19                </dependency>
    1.20            </dependencies>
     2.1 --- a/pom.xml	Mon Jul 21 15:05:22 2014 +0200
     2.2 +++ b/pom.xml	Fri Jul 25 21:20:27 2014 +0200
     2.3 @@ -13,8 +13,8 @@
     2.4    </parent>  
     2.5    <properties>
     2.6        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     2.7 -      <net.java.html.version>0.8.2</net.java.html.version>
     2.8 -      <nb.html.version>0.8</nb.html.version>
     2.9 +      <net.java.html.version>0.8.3</net.java.html.version>
    2.10 +      <nb.html.version>0.8.3</nb.html.version>
    2.11        <bck2brwsr.version>0.9</bck2brwsr.version>
    2.12        <teavm.version>0.1</teavm.version>
    2.13        <license>COPYING</license>