html4j-maven-plugin/pom.xml
changeset 552 40a4100ce43b
parent 535 349f6c9278bb
child 554 3e851e849090
     1.1 --- a/html4j-maven-plugin/pom.xml	Thu Feb 06 11:09:50 2014 +0100
     1.2 +++ b/html4j-maven-plugin/pom.xml	Fri Feb 07 07:55:13 2014 +0100
     1.3 @@ -1,16 +1,15 @@
     1.4  <?xml version="1.0"?>
     1.5 -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     1.6 -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1.7 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     1.8    <modelVersion>4.0.0</modelVersion>
     1.9    <parent>
    1.10      <groupId>org.netbeans.html</groupId>
    1.11      <artifactId>pom</artifactId>
    1.12 -    <version>0.8-SNAPSHOT</version>
    1.13 +    <version>0.7.5</version>
    1.14    </parent>
    1.15    <packaging>maven-plugin</packaging>
    1.16    <groupId>org.netbeans.html</groupId>
    1.17    <artifactId>html4j-maven-plugin</artifactId>
    1.18 -  <version>0.8-SNAPSHOT</version>
    1.19 +  <version>0.7.5</version>
    1.20    <name>Html for Java Maven Plugin</name>
    1.21    <url>http://maven.apache.org</url>
    1.22    <description>Maven plugin to post process the classes with @JavaScriptBody annotations</description>