Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-10-11 14:53:13 +0000
committerJesse McConnell2011-10-11 14:53:13 +0000
commit16854504c7bb7e131ad98ca9dc94b565901bf86e (patch)
tree6957117f31ca6a70db13a2b6b761a9709d5ac4e6
parent2038d75c8c0b4ddbaa2f57e479e38c59e2ee9465 (diff)
parent1dc4666ccddf23e4123275015844d5aa43d2febc (diff)
downloadorg.eclipse.jetty.project-16854504c7bb7e131ad98ca9dc94b565901bf86e.tar.gz
org.eclipse.jetty.project-16854504c7bb7e131ad98ca9dc94b565901bf86e.tar.xz
org.eclipse.jetty.project-16854504c7bb7e131ad98ca9dc94b565901bf86e.zip
Merge branch 'jetty-8' into release-8
-rw-r--r--jetty-http-spi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-http-spi/pom.xml b/jetty-http-spi/pom.xml
index 00139b61df..f26fe93ab6 100644
--- a/jetty-http-spi/pom.xml
+++ b/jetty-http-spi/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.5.3-SNAPSHOT</version>
+ <version>8.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-http-spi</artifactId>
@@ -70,4 +70,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>

Back to the top