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

  <modelVersion>4.0.0</modelVersion>

  <groupId>org.jopendocument</groupId>
  <artifactId>jdom</artifactId>
  <version>1.1.1</version>
  <packaging>jar</packaging>

  <name>jdom</name>
  <description>
  JDOM is a Java-oriented object model which models XML documents.
  It provides a Java-centric means of generating and manipulating
  XML documents. While JDOM interoperates well with existing
  standards such as the Simple API for XML (SAX) and the Document
  Object Model (DOM), it is not an abstraction layer or
  enhancement to those APIs. Rather, it seeks to provide a robust,
  light-weight means of reading and writing XML data without the
  complex and memory-consumptive options that current API
  offerings provide.

  built July 23 2009 
  </description>
  <url>http://www.jdom.org/</url>

  <organization>
    <name>jdom.org</name>
    <url>http://www.jdom.org/</url>
  </organization>

  <licenses>
    <license>
      <name>BSD/Apache style, see LICENSE.txt</name>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <id>hunter</id>
      <name>Jason Hunter</name>
    </developer>
    <developer>
      <id>mclaughlin</id>
      <name>Brett McLaughlin</name>
    </developer>
  </developers>

  <mailingLists>
    <mailingList>
      <name>jopendocument</name>
      <subscribe>http://groups.google.com/group/jopendocument</subscribe>
      <unsubscribe>http://groups.google.com/group/jopendocument</unsubscribe>
      <archive>http://www.mail-archive.com/mailing@jopendocument.org</archive>
    </mailingList>
  </mailingLists>

  <scm>
    <connection>not available</connection>
    <url>http://jdom.org/dist/binary/archive/jdom-1.1.1.zip</url>
  </scm>
</project>
