<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<add-on xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://addons.ofbizextra.org/dtd/add-on.xsd">
    <groupId>org.ofbizextra</groupId>
    <artifactId>correctif-stop-target</artifactId>
    <name>add a short description here</name>
    <version>SNAPSHOT</version>
    <ofbiz-version>xxxxxx</ofbiz-version>
    <changelog>
        <changeitem date="yyyy-MM-dd HH:mm" version="">first release</changeitem>
    </changelog>
    <license>
        <name>Apache 2</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <copyright>neogia.org</copyright>
    </license>
    <developers>
        <developer>
            <name>your name here</name>
            <roles>
                <role>developer</role>
            </roles>
        </developer>
    </developers>
</add-on>
