html4j-maven-plugin/pom.xml
changeset 992 6f1a8b251b7d
parent 989 af449e1eaedc
child 1005 c7f11fbd5475
     1.1 --- a/html4j-maven-plugin/pom.xml	Fri Sep 18 10:42:15 2015 +0200
     1.2 +++ b/html4j-maven-plugin/pom.xml	Mon Sep 21 21:19:13 2015 +0200
     1.3 @@ -4,12 +4,12 @@
     1.4    <parent>
     1.5      <groupId>org.netbeans.html</groupId>
     1.6      <artifactId>pom</artifactId>
     1.7 -    <version>2.0-SNAPSHOT</version>
     1.8 +    <version>1.2.3</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>2.0-SNAPSHOT</version>
    1.14 +  <version>1.2.3</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>