<?xml version="1.0" encoding="UTF-8"?>
<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"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.exbin.utils</groupId>
  <artifactId>exbin-binary_data</artifactId>
  <version>0.1.2</version>
  <name>Paged Binary Data Library</name>
  <description>Library for byte array and paged binary data handling</description>
  <url>http://exbin.org</url>
  <organization />
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>HajdaM</id>
      <name>Miroslav Hajda</name>
      <email>hajdam@users.sf.net</email>
    </developer>
  </developers>
  <scm>
    <connection>cm:git:git://github.com/exbin/exbin-utils-java.git</connection>
    <developerConnection>scm:git:git@github.com:exbin/exbin-utils-java.git</developerConnection>
    <url>https://github.com/exbin/exbin-utils-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
