<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.mvnpm</groupId>
  <artifactId>pg-numeric</artifactId>
  <version>1.0.2</version>
  <name>pg-numeric</name>
  <description>reads PostgreSQL binary format for numeric values into a string</description>
  <url>https://github.com/charmander/pg-numeric#readme</url>
  <organization>
    <name>pg-numeric</name>
    <url>https://github.com/charmander/pg-numeric#readme</url>
  </organization>
  <licenses>
    <license>
      <name>ISC</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>charmander</name>
      <email>~@charmander.me</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/charmander/pg-numeric.git</connection>
    <developerConnection>https://github.com/charmander/pg-numeric.git</developerConnection>
    <url>https://github.com/charmander/pg-numeric</url>
  </scm>
  <issueManagement>
    <url>https://github.com/charmander/pg-numeric/issues</url>
  </issueManagement>
</project>
