<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>de.jarnbjo</groupId>
    <artifactId>j-ogg-all</artifactId>
    <version>1.0.0</version>
    <packaging>jar</packaging>

    <name>jogg</name>
    <description>J-Ogg is a collection of Java libraries for reading Ogg files and decoding different contained formats.
        At the moment the support for Vorbis and FLAC is almost complete (the library decodes all files created by the
        current versions of libvorbis and libflac correctly) and I've started working on Theora support.</description>

    <url>http://www.j-ogg.de/</url>

    <developers>
        <developer>
            <name>Tor-Einar Jarnbjo</name>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>Free and commercial use, modification and redistribution with attribution.</name>
            <url>http://j-ogg.de/core/main?/download-libraries.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <inceptionYear>2002</inceptionYear>

    <scm>
      <!-- This is not the official scm resource but the only public available -->
      <connection>scm:svn:http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/</connection>
      <developerConnection>scm:svn:http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/</developerConnection>
      <url>http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/</url>
    </scm>



</project>
