<?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.7.1</version>
    <name>Augeas Native Libraries</name>
    <description>the Augeas shared libary and the shared libaries it depends on</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>

