<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.dnault</groupId>
  <artifactId>xml-patch</artifactId>
  <version>0.3.1</version>
  <dependencies/>
  <description>Java implementation of RFC 5261: An XML Patch Operations Framework Utilizing XPath Selectors</description>
  <name>com.github.dnault:xml-patch</name>
  <url>https://github.com/dnault/xml-patch</url>
  <scm>
    <url>git@github.com:dnault/xml-patch.git</url>
    <connection>scm:git:git@github.com:dnault/xml-patch.git</connection>
    <developerConnection>scm:git:git@github.com:dnault/xml-patch.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>David Nault</name>
      <email>dnault@mac.com</email>
      <organization>dnault</organization>
      <organizationUrl>https://github.com/dnault</organizationUrl>
    </developer>
  </developers>
</project>
