Depend on 0.9-SNAPSHOT version of the API canvas
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 26 Sep 2013 23:50:31 +0200
branchcanvas
changeset 13050a7c08a9469a
parent 1304 06c04db2e084
child 1306 304e6ee67862
Depend on 0.9-SNAPSHOT version of the API
javaquery/api/pom.xml
     1.1 --- a/javaquery/api/pom.xml	Thu Sep 26 14:33:27 2013 -0700
     1.2 +++ b/javaquery/api/pom.xml	Thu Sep 26 23:50:31 2013 +0200
     1.3 @@ -84,7 +84,7 @@
     1.4      <dependency>
     1.5        <groupId>net.java.html</groupId>
     1.6        <artifactId>canvas</artifactId>
     1.7 -      <version>0.8-SNAPSHOT</version>
     1.8 +      <version>0.9-SNAPSHOT</version>
     1.9      </dependency>
    1.10    </dependencies>
    1.11  </project>