<?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>
    <groupId>net.sf.xslthl</groupId>
    <artifactId>xslthl</artifactId>
    <version>2.0.1</version>
    <name>XSLT syntax highlighting</name>
    <description>This is an implementation of syntax highlighting as an extension module for XSLT processors, so if you
        have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted
        during the XSLT processing phase.
    </description>
    <url>http://sourceforge.net/apps/mediawiki/xslthl</url>
    <packaging>jar</packaging>

    <licenses>
        <license>
            <name>zlib License</name>
            <url>
                http://www.gzip.org/zlib/zlib_license.html
            </url>
        </license>
    </licenses>

    <dependencies>
        <dependency>
            <groupId>xalan</groupId>
            <artifactId>xalan</artifactId>
            <version>2.7.0</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>saxon</groupId>
            <artifactId>saxon</artifactId>
            <version>6.5.3</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>net.sf.saxon</groupId>
            <artifactId>saxon</artifactId>
            <version>8.5.1</version>
            <optional>true</optional>
        </dependency>
    </dependencies>

    <scm>
        <connection>scm:svn:https://xslthl.svn.sourceforge.net/svnroot/xslthl/trunk/</connection>
        <developerConnection>scm:svn:https://xslthl.svn.sourceforge.net/svnroot/xslthl/trunk/</developerConnection>
        <url>http://xslthl.svn.sourceforge.net/viewvc/xslthl/trunk/</url>
    </scm>
    <issueManagement>
        <system>sourceforge</system>
        <url>https://sourceforge.net/tracker/?group_id=153524&amp;atid=788111</url>
    </issueManagement>
    <distributionManagement>
        <repository>
            <id>xslthl-sourceforge</id>
            <name>XSLT syntax highlighting Repository</name>
            <url>sftp://web.sourceforge.net/home/groups/x/xs/xslthl/htdocs/maven/repository</url>
        </repository>
    </distributionManagement>

</project>
