
<project 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>
    
    <parent>
        <groupId>org.jboss</groupId>
        <artifactId>jboss-parent</artifactId>
        <version>6</version>
    </parent>
    
    <groupId>javax.faces</groupId>
    <artifactId>jsf-impl</artifactId>
    <version>1.2_15-jbossorg-2</version>
    <name>JBoss Mojarra 1.2 Fork</name>
    <description>JBoss Mojarra 1.2 Fork</description>
    
    <scm>
        <connection>scm:git:git@github.com:jboss/mojarra.git</connection>
        <developerConnection>scm:git:git@github.com:jboss/mojarra.git</developerConnection>
        <url>https://github.com/jboss/mojarra</url>
    </scm>
    
    <developers>
        <developer>
            <name>Brad Maxwell</name>
            <email>bmaxwell@redhat.com</email>
        </developer>
    </developers>
</project>