html4j-maven-plugin/pom.xml
changeset 640 2fd4f5f4a02e
parent 634 f14238f81f45
child 642 38d99662928c
     1.1 --- a/html4j-maven-plugin/pom.xml	Wed Mar 26 18:54:59 2014 +0100
     1.2 +++ b/html4j-maven-plugin/pom.xml	Wed Mar 26 18:59:04 2014 +0100
     1.3 @@ -4,12 +4,12 @@
     1.4    <parent>
     1.5      <groupId>org.netbeans.html</groupId>
     1.6      <artifactId>pom</artifactId>
     1.7 -    <version>1.0-SNAPSHOT</version>
     1.8 +    <version>0.8</version>
     1.9    </parent>
    1.10    <packaging>maven-plugin</packaging>
    1.11    <groupId>org.netbeans.html</groupId>
    1.12    <artifactId>html4j-maven-plugin</artifactId>
    1.13 -  <version>1.0-SNAPSHOT</version>
    1.14 +  <version>0.8</version>
    1.15    <name>Html for Java Maven Plugin</name>
    1.16    <url>http://maven.apache.org</url>
    1.17    <description>Maven plugin to post process the classes with @JavaScriptBody annotations</description>