Blame SOURCES/saxon-he-9.3.0.4.pom

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