Commit c101de7e authored by Jason Sanchez's avatar Jason Sanchez
Browse files

Added SCM, developers, licenses, and description

parent 74426d05
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -6,9 +6,39 @@
    <artifactId>jmatio</artifactId>
    <version>1.0-SNAPSHOT</version>
    <packaging>jar</packaging>
    <description>
        Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.
    </description>

    <name>jmatio</name>
    <url>http://sourceforge.net/projects/jmatio/</url>
    <scm>
        <url>https://github.com/codemercenary/jmatio.git</url>
        <connection>scm:git:https://github.com/codemercenary/jmatio.git</connection>
        <developerConnection>scm:git:https://github.com/codemercenary/jmatio.git</developerConnection>
        <tag>HEAD</tag>
    </scm>
    <developers>
        <developer>
            <id>cbwatcham</id>
            <name>Craig Watcham</name>
            <url>http://sourceforge.net/users/cbwatcham/</url>
            <organization>Sourceforge</organization>
            <organizationUrl>http://sourceforge.net/</organizationUrl>
            <roles>
                <role>architect</role>
                <role>developer</role>
            </roles>
        </developer>
    </developers>
    <licenses>
        <license>
            <name>BSD</name>
            <comments>Free for open or commercial use, with credit line</comments>
            <url>http://www.linfo.org/bsdlicense.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>