<?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 ">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.graniteds</groupId>
  <artifactId>granite-gen-root</artifactId>
  <version>2.1.0.GA</version>
  <packaging>pom</packaging>
  <name>GraniteDS Generator Root POM</name>

  <url>http://www.graniteds.org</url>
  <licenses>
    <license>
      <name>LGPL</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <scm>
    <url>https://granite.svn.sourceforge.net/svnroot/granite/graniteds_builder/tags/2.1.0.GA</url>
  </scm>

  <description>
    Granite Data Services (GraniteDS or GDS) is a free, open source, (LGPL'd) alternative to Adobe® LiveCycle®
    (Flex™ 2+) Data Services for Java EE application servers. The primary goal of this project is to provide a framework
    for Flex 2+/EJB 3/Seam/Spring/Guice/POJO application development with full AMF3/RemoteObject benefits.
  </description>

  <developers>
    <developer>
      <id>fwolff</id>
      <name>Franck Wolff</name>
      <email>franck.wolff@graniteds.org</email>
    </developer>
    <developer>
      <id>wdrai</id>
      <name>William Drai</name>
      <email>william.drai@graniteds.org</email>
    </developer>
  </developers>
</project>