rt/emul/zip/pom.xml
changeset 1624 3e565843a131
parent 1553 18ad02fdd1ef
child 1626 8c3ba4d3f92b
     1.1 --- a/rt/emul/zip/pom.xml	Sun May 11 08:05:59 2014 +0200
     1.2 +++ b/rt/emul/zip/pom.xml	Mon Jun 09 19:32:49 2014 +0200
     1.3 @@ -4,11 +4,11 @@
     1.4      <parent>
     1.5          <groupId>org.apidesign.bck2brwsr</groupId>
     1.6          <artifactId>emul.pom</artifactId>
     1.7 -        <version>0.9-SNAPSHOT</version>
     1.8 +        <version>0.9</version>
     1.9      </parent>
    1.10      <artifactId>emul.zip</artifactId>
    1.11      <name>Unzip by JCraft for Bck2Brwsr</name>
    1.12 -    <description>>
    1.13 +    <description>&gt;
    1.14          100% pure Java re-implementation of Zlib
    1.15          that allows usage of JAR files with Bck2Brwsr 
    1.16          virtual machine.