<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.pjfanning</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>2.7.0-beta1</version>

    <name>XmlBeans</name>
    <description>XmlBeans main jar</description>
    <url>https://github.com/pjfanning/xmlbeans</url>

    <issueManagement>
        <system>jira</system>
        <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436</url>
    </issueManagement>

    <mailingLists>
        <mailingList>
            <name>XmlBeans User List</name>
            <subscribe>user-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>users-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-user/</archive>
        </mailingList>
        <mailingList>
            <name>XmlBeans Developer List</name>
            <subscribe>dev-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>dev-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-dev/</archive>
        </mailingList>
        <mailingList>
            <name>Source Control List</name>
            <subscribe>commits-subscribe@xmlbeans.apache.org</subscribe>
            <unsubscribe>commits-unsubscribe@xmlbeans.apache.org</unsubscribe>
            <archive>http://mail-archives.apache.org/mod_mbox/xmlbeans-commits/</archive>
        </mailingList>
    </mailingLists>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@github.com:pjfanning/xmlbeans.git</connection>
        <url>git@github.com:pjfanning/xmlbeans.git</url>
    </scm>

    <organization>
        <name>XmlBeans</name>
        <url>https://github.com/pjfanning/xmlbeans</url>
    </organization>

    <developers>
        <developer>
            <name>Cezar Andrei</name>
            <id>cezar</id>
            <email>cezar.andrei@no#spam#!gma|l.com</email>
            <organization></organization>
        </developer>

        <developer>
            <name>Radu Preotiuc</name>
            <id>radup</id>
            <email>radupr@nos#pam.gm@il.com</email>
            <organization></organization>
        </developer>
        <developer>
            <name>Radu Preotiuc</name>
            <id>radup</id>
            <email>radu.preotiuc-pietro@nos#pam.bea.com</email>
            <organization></organization>
        </developer>
        <developer>
            <name>Wing Yew Poon</name>
            <id>wpoon</id>
            <email>wing-yew.poon@nos#pam.oracle.com</email>
            <organization></organization>
        </developer>
        <developer>
            <name>Jacob Danner</name>
            <id>jdanner</id>
            <email>jacob.danner@nos#pam.oracle.com</email>
            <organization></organization>
        </developer>

    </developers>

    <dependencies/>

</project>
