<?xml version="1.0"?>

<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/xsd/maven-4.0.0.xsd">
        
    <modelVersion>4.0.0</modelVersion>
    
    <groupId>net.augeas</groupId>
    <artifactId>augeas-native</artifactId>
    <packaging>zip</packaging>
    <version>0.9.0</version>
    <name>Augeas Native Libraries</name>
    <description>
        The Augeas shared libary and the shared libaries it depends on. 
        This artifact can exist for each binary incompatible platform we need it on. Each "version"
        (for the lack of a better word) can be distinguished by an artifact classifier.
        
        Currently the artifact is published with only 1 classifier - el5 - which contains libraries
        compiled for RHEL5 (which also work on RHEL6) and are taken from the following RPMs:
        http://download.fedora.redhat.com/pub/epel/5/i386/augeas-libs-0.9.0-1.el5.i386.rpm
        http://download.fedora.redhat.com/pub/epel/5/x86_64/augeas-libs-0.9.0-1.el5.x86_64.rpm        
    </description>
    <url>http://augeas.net/</url>

    <licenses>
        <license>
            <name>LGPLv2.1</name>
            <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
        </license>
    </licenses>

</project>

