<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.dbdoclet</groupId>
  <artifactId>herold</artifactId>
  <version>8.0.4</version>
  <packaging>jar</packaging>

  <name>org.dbdoclet:herold</name>
  <description>herold transforms HTML to DocBook XML.</description>
  <url>http://www.dbdoclet.org</url>

  <licenses>
    <license>
    <name>GNU General Public License v3</name>
    <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Michael Fuchs</name>
      <email>michael.fuchs@dbdoclet.org</email>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git@github.com:mfuchs23/trafo.git</connection>
    <developerConnection>scm:git:git@github.com:mfuchs23/trafo.git</developerConnection>
    <url>git@github.com:mfuchs23/trafo.git</url>
  </scm>

</project>

