<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>root</artifactId>
		<groupId>org.richfaces</groupId>
		<version>3.3.0.BETA1</version>
	</parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.richfaces</groupId>
  <artifactId>extensions</artifactId>
	<version>3.3.0.BETA1</version>
  <name>Richfaces extensions for a different environments</name>
  <packaging>pom</packaging>
  <modules>
    <!-- module>portletbridge</module-->
  </modules>
</project>