<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>juel</groupId>
  <artifactId>juel-impl</artifactId>
  <version>2.2.1</version>
  <name>Java Unified Expression Language Implementation</name>
  <description>JUEL is an implementation of the Unified Expression Language (EL),
    specified as part of the JSP 2.1 standard (JSR-245), which has been introduced
    in JEE5. Additionally, JUEL 2.2 implements the JSP 2.2 maintenance release
    specification for full JEE6 compliance.</description>
  <url>http://juel.sourceforge.net/</url>

  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>

  <scm>
    <url>http://juel.svn.sourceforge.net/viewvc/juel</url>
    <connection>scm:svn:http://juel.svn.sourceforge.net/svnroot/juel</connection>
  </scm>  
</project>


