<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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.jiangxincode</groupId>
    <artifactId>cpdetector</artifactId>
    <version>1.0.10</version>
    <packaging>jar</packaging>
    <name>cpdetector</name>
    <description>cpDetector is a proxy for codepage detection of documents. It delegates to multiple instances that try to detect the codepage by different techinques. A command line executeable is shipped that allows to sort documents by codepage.</description>
    <url>https://sourceforge.net/projects/cpdetector/</url>
    <licenses>
        <license>
            <name>MPL-1.1</name>
            <url>https://www.mozilla.org/en-US/MPL/1.1/</url>
        </license>
    </licenses>
    <scm>
        <url>git://git.code.sf.net/p/cpdetector/sourcecode cpdetector-sourcecode</url>
        <connection>git://git.code.sf.net/p/cpdetector/sourcecode cpdetector-sourcecode</connection>
        <developerConnection>git://git.code.sf.net/p/cpdetector/sourcecode cpdetector-sourcecode</developerConnection>
    </scm>
    <developers>
        <developer>
            <name>achimwestermann</name>
        </developer>
    </developers>
</project>