Merge branch 'jetty-8' into release-8

This commit is contained in:
Jesse McConnell 2011-10-11 09:53:13 -05:00
commit 16854504c7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId> <artifactId>jetty-project</artifactId>
<version>7.5.3-SNAPSHOT</version> <version>8.0.3-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http-spi</artifactId> <artifactId>jetty-http-spi</artifactId>
@ -70,4 +70,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>