summaryrefslogtreecommitdiffstats
path: root/maven/net/sf/saxon/saxon-xpath/9.0.0.2/saxon-xpath-9.0.0.2.pom
blob: 40ee4d3fa305b6a206412a0225e78ef70d5ff393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.sf.saxon</groupId>
  <artifactId>saxon-xpath</artifactId>
  <version>9.0.0.2</version>
  <name>Saxon XPath</name>

  <description>The XSLT and XQuery Processor</description>
  <url>http://saxon.sf.net</url>
  <licenses>
    <license>
      <name>Mozilla Public License Version 1.0</name>
      <url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>
    </license>

  </licenses>
  <scm>
    <url>http://cvs.sourceforge.net/viewcvs.py/saxon</url>
  </scm>
  <dependencies />
</project>