52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.relaxng</groupId>
|
||
|
<artifactId>trang</artifactId>
|
||
|
<version>20220510</version>
|
||
|
<name>Trang</name>
|
||
|
<description>Trang, a multi-format schema converter based on RELAX NG.</description>
|
||
|
<url>http://www.thaiopensource.com/relaxng/trang.html</url>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>3-clause BSD license</name>
|
||
|
<url>https://github.com/relaxng/jing-trang/blob/master/copying.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<id>jjc@jclark.com</id>
|
||
|
<name>James Clark</name>
|
||
|
<email>jjc@jclark.com</email>
|
||
|
<url>http://jclark.com/</url>
|
||
|
</developer>
|
||
|
<developer>
|
||
|
<id>georgebina</id>
|
||
|
<name>George Bina</name>
|
||
|
<email>george@oxygenxml.com</email>
|
||
|
<url>http://www.oxygenxml.com</url>
|
||
|
</developer>
|
||
|
<developer>
|
||
|
<id>sideshowbarker</id>
|
||
|
<name>Michael[tm] Smith</name>
|
||
|
<email>mike@w3.org</email>
|
||
|
<url>https://people.w3.org/mike/</url>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
<issueManagement>
|
||
|
<system>GitHub Issues</system>
|
||
|
<url>https://github.com/relaxng/jing-trang/issues</url>
|
||
|
</issueManagement>
|
||
|
<scm>
|
||
|
<connection>scm:git:git@github.com:relaxng/jing-trang.git</connection>
|
||
|
<developerConnection>scm:git:git@github.com:relaxng/jing-trang.git</developerConnection>
|
||
|
<url>https://github.com/relaxng/jing-trang/</url>
|
||
|
</scm>
|
||
|
<ciManagement>
|
||
|
<system>Travis CI</system>
|
||
|
<url>https://travis-ci.org/relaxng/jing-trang</url>
|
||
|
</ciManagement>
|
||
|
</project>
|