<?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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<artifactId>jaxb-plugin-lib</artifactId>
	<version>1.0.0</version>

	<parent>
		<groupId>net.codesup.util</groupId>
		<artifactId>jaxb-plugin-parent</artifactId>
		<version>1.1.0</version>
	</parent>

	<name>JAXB plugin utility library</name>
	<packaging>jar</packaging>
	<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>
	  <tag>jaxb-plugin-lib-1.0.0</tag>
  </scm>

	<!-- build>
		<plugins>
			<plugin>
				<groupId>com.github.github</groupId>
				<artifactId>site-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build -->
</project>
