<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>
    <groupId>org.ow2</groupId>
    <artifactId>ow2</artifactId>
    <version>1.3</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.orchestra.eclipse</groupId>
  <artifactId>orchestra-eclipse-parent</artifactId>
  <packaging>pom</packaging>
  <version>3.7.0</version>
  <name>Orchestra :: Eclipse integration :: Parent</name>
  <url>http://orchestra.ow2.org</url>
  <description>Birt integration within Orchestra.
Those Eclipse's artifacts are temporaly published under Orchestra repository awaiting the Eclipse fundation to do it.
This is not a full publication of Birt artifacts but just ones needed by the Orchestra project</description> 

  <developers>
    <developer>
      <id>orchestra</id>
      <name>Orchestra Team</name>
      <email>orchestra-dev@ow2.org</email>
    </developer>
  </developers>

  <licenses>
    <license>
      <name>GNU Lesser General Public License Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/orchestra/trunk/OrchestraPVM</connection>
    <developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/orchestra/trunk/OrchestraPVM</developerConnection>
    <url>http://fisheye.ow2.org/browse/Orchestra/trunk/OrchestraPVM</url>
  </scm>

  <ciManagement>
    <system>bamboo</system>
    <url>http://bamboo.ow2.org/browse/ORCHESTRA</url>
  </ciManagement>

  <issueManagement>
    <url>http://forge.ow2.org/tracker/?group_id=266</url>
  </issueManagement>

</project>

