<?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>org.hyperic</groupId>
  <artifactId>sigar-dist</artifactId>
  <version>1.5.0.1</version>
  <packaging>zip</packaging>  
  
  <name>SIGAR</name>
  <description>SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.</description>
  <inceptionYear>2002</inceptionYear>
  <url>http://sigar.hyperic.com/</url>  

  <organization>
    <name>Hyperic, Inc.</name>
    <url>http://www.hyperic.com/</url>
  </organization>
  
  <licenses>
    <license>
      <name>The GNU General Public License, Version 3</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:http://svn.hyperic.org/projects/sigar</connection>
    <developerConnection>scm:svn:https://svn.hyperic.org/projects/sigar</developerConnection>
    <url>http://svn.hyperic.org/?root=Hyperic+SIGAR</url>
  </scm>
    
  <issueManagement>
    <system>JIRA</system>
    <url>http://jira.hyperic.com/browse/SIGAR</url>
  </issueManagement>
  
</project>
