Blame SOURCES/saxon-he-9.3.0.4.pom

3fb340
3fb340
<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">
3fb340
3fb340
  <modelVersion>4.0.0</modelVersion>
3fb340
  <groupId>net.sf.saxon</groupId>
3fb340
  <artifactId>saxon-he</artifactId>
3fb340
  <version>9.3.0.4</version>
3fb340
  <packaging>jar</packaging>
3fb340
  
3fb340
  <name>Saxon-HE</name>
3fb340
  <url>http://saxon.sf.net/</url>
3fb340
3fb340
  <licenses>
3fb340
    <license>
3fb340
      <name>Mozilla Public License Version 1.0</name>
3fb340
      <url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>    
3fb340
      <comments>See http://saxon.sf.net/ for other notices files </comments>
3fb340
    </license>
3fb340
  </licenses>
3fb340
  
3fb340
3fb340
  <scm>
3fb340
    <connection>scm:svn:https://saxon.svn.sourceforge.net/svnroot/saxon/latest9.3/</connection>
3fb340
    <developerConnection>scm:svn:https://saxon.svn.sourceforge.net/svnroot/saxon/latest9.3/</developerConnection>
3fb340
    <url>https://saxon.svn.sourceforge.net/svnroot/saxon/latest9.3/</url>
3fb340
  </scm>
3fb340
  
3fb340
</project> 
3fb340
  
3fb340