<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">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.jboss.webbeans</groupId>
		<artifactId>webbeans-parent</artifactId>
		<version>1.0.0.BETA1</version>
	</parent>

	<groupId>org.jboss.webbeans</groupId>
	<artifactId>jsr299-api</artifactId>
   <version>1.0.0.BETA1</version>
	<packaging>jar</packaging>
	<name>JSR-299 API</name>
	<url>http://www.seamframework.org/WebBeans</url>

  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/jsr299-api-1.0.0.BETA1</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/jsr299-api-1.0.0.BETA1</developerConnection>
    <url>http://fisheye.jboss.org/browse/WebBeans/ri/jsr299-api-1.0.0.BETA1</url>
  </scm>
</project>
