<?xml version="1.0" encoding="UTF-8"?>
<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.lafouche</groupId>
    <artifactId>hexlib</artifactId>
    <version>0.50</version>
    
    
    <name>${project.groupId}:${project.artifactId}</name>
    <description>A Java component which displays bytes in Hex- and ASCII-format. 
        The component is designed as a standalone lib. 
        A complete interface which provides the function of an HexEditor 
        based on this lib exisits under the Fork of this project. \r\n
        
        This library is simply taken directly from sourceforge at https://sourceforge.net/projects/hexlib/
        and made it available in maven central repository. No other changes have been made (including keeping the same license).
    </description>
    <url>http://hexedit-lib.sourceforge.net</url>
 
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://opensource.org/licenses/BSD-3-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    
    <developers>
        <developer>
            <name>Matthieu Foucher</name>
            <email>matfouc@yahoo.fr</email>
            <organizationUrl>https://github.com/matfouc</organizationUrl>
        </developer>
     </developers>
     
    <scm>
      <connection>scm:git:https://github.com/matfouc/hexlib.git</connection>
      <developerConnection>scm:git:ssh://github.com:matfouc/hexlib.git</developerConnection>
      <url>https://github.com/matfouc/hexlib.git</url>
    </scm>     
</project>