<?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>
  <parent>
    <groupId>net.codesup.util</groupId>
    <artifactId>jaxb-plugin-parent</artifactId>
    <version>2.1.1.1</version>
  </parent>
  <artifactId>jaxb-plugin-lib</artifactId>
  <version>2.0.3.0</version>
  <name>JAXB plugin utility library</name>
  <description>Provides basic functionality common to all JAXB plugins maintained by this project.</description>
  <url>http://mklemm.github.io/jaxb-plugin-lib</url>
  <scm>
    <connection>scm:git:https://github.com/mklemm/jaxb-plugin-lib.git</connection>
    <developerConnection>scm:git:https://github.com/mklemm/jaxb-plugin-lib.git</developerConnection>
    <url>http://mklemm.github.io/jaxb-plugin-lib</url>
  </scm>
</project>
