blob: b21ccd1dbc4c866918f48c537eda1dd23a0b3477 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><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/maven-v4_0_0.xsd">
<parent>
<artifactId>myfaces-master</artifactId>
<groupId>org.apache.myfaces.maven</groupId>
<version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-core-project</artifactId>
<packaging>pom</packaging>
<name>Core Project</name>
<version>1.1.2</version>
<url>http://myfaces.apache.org/projects</url>
<issueManagement>
<system>jira</system>
<url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600</url>
</issueManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_2</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/myfaces/core/tags/1_1_2</url>
</scm>
<modules>
<module>api</module>
<module>impl</module>
</modules>
<repositories>
<repository>
<snapshots />
<id>apache-maven-snapshots</id>
<url>http://people.apache.org/maven-snapshot-repository</url>
</repository>
</repositories>
</project>