Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 5b6b4105b4e4b13866c8741a37e3fa5c > files > 8

xmlbeans-2.6.0-2.mga3.src.rpm

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans-xpath</artifactId>
    <version>2.6.0</version>

    <name>XmlBeansXPath</name>
    <description>XmlBeans extended XPath and XQuery support</description>
    <url>http://xmlbeans.apache.org</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:svn:https://svn.apache.org/repos/asf/xmlbeans/</connection>
        <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/xmlbeans/</developerConnection>
        <url>https://svn.apache.org/repos/asf/xmlbeans/</url>
    </scm>

    <organization>
        <name>XmlBeans</name>
        <url>http://xmlbeans.apache.org/</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>
        <dependency>
            <groupId>org.apache.xmlbeans</groupId>
            <artifactId>xmlbeans</artifactId>
            <version>2.4.0</version>
        </dependency>
        <dependency>
            <groupId>net.sf.saxon</groupId>
            <artifactId>saxon</artifactId>
            <version>9</version>
        </dependency>
    </dependencies>

</project>