Depend on right version of net.java.html APIs
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 07 Oct 2013 14:24:15 +0200
changeset 1346511e4f7352d6
parent 1345 0546c3f2a96a
child 1347 9cc0e1034f92
Depend on right version of net.java.html APIs
ko/bck2brwsr/pom.xml
     1.1 --- a/ko/bck2brwsr/pom.xml	Mon Oct 07 13:37:16 2013 +0200
     1.2 +++ b/ko/bck2brwsr/pom.xml	Mon Oct 07 14:24:15 2013 +0200
     1.3 @@ -95,7 +95,7 @@
     1.4      <dependency>
     1.5        <groupId>org.apidesign.html</groupId>
     1.6        <artifactId>net.java.html.boot</artifactId>
     1.7 -      <version>0.5</version>
     1.8 +      <version>${net.java.html.version}</version>
     1.9        <type>jar</type>
    1.10      </dependency>
    1.11    </dependencies>