<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <artifactId>maven-plugins</artifactId>
    <groupId>org.richfaces.cdk</groupId>
    <version>4.0.0.ALPHA1</version>
  </parent>
  <groupId>org.richfaces.cdk</groupId>
  <artifactId>annotations</artifactId>
  <version>4.0.0.ALPHA1</version>
  <description>That project contains annotations for JSF classes</description>
  <name>annotations</name>
  	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<inherited>true</inherited>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
  </plugins>
  </build>
  <dependencies>
		<dependency>
			<groupId>com.sun.faces</groupId>
			<artifactId>jsf-api</artifactId>
			<version>2.0.0-SNAPSHOT</version>
			<scope>provided</scope>
		</dependency>
  </dependencies>
</project>
