<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.mortbay.jetty</groupId>
    <artifactId>jetty-parent</artifactId>
    <version>8</version>
  </parent>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>jetty-jsp</artifactId>
  <packaging>pom</packaging>
  <version>9.1.1.B60.25.p2</version>
  <modelVersion>4.0.0</modelVersion>
  <name>Jetty :: JSP Modules</name>
  <scm>
    <connection>scm:svn:https://svn.codehaus.org/jetty/jsp/tags/jetty-jsp-9.1.1.B60.25.p2</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/jetty/jsp/tags/jetty-jsp-9.1.1.B60.25.p2</developerConnection>
    <url>scm:svn:https://svn.codehaus.org/jetty/jsp/tags/jetty-jsp-9.1.1.B60.25.p2</url>
  </scm>
  <modules>
    <module>jsp-api-2.1-glassfish</module>
    <module>jsp-2.1-glassfish</module>
  </modules>
  <build>
  <plugins>
    <plugin>
      <artifactId>maven-release-plugin</artifactId>
      <configuration>
        <tagBase>https://svn.codehaus.org/jetty/jsp/tags</tagBase>
      </configuration>
    </plugin>
  </plugins>
  </build>
  <properties>
    <glassfish-tag-version>SJSAS-9_1_1-B60F-07_Jan_2009</glassfish-tag-version>
  </properties>
  <repositories>
    <repository>
      <id>dev.java.net</id>
      <name>Glassfish Repository</name>
      <layout>legacy</layout>
      <url>http://download.java.net/maven/1</url>
      <snapshots><enabled>false</enabled></snapshots>
    </repository>
  </repositories>
</project>
