Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-02-22 13:52:48 +0000
committerJesse McConnell2013-02-22 13:52:48 +0000
commit484162de7919c19c0b134700950b69aa52b2a095 (patch)
tree8314e08b184596354ad5dae5d31354e4d3c512fb /jetty-jsp
parent86b5d806284b884c91bb198f3186095085632d55 (diff)
downloadorg.eclipse.jetty.project-484162de7919c19c0b134700950b69aa52b2a095.tar.gz
org.eclipse.jetty.project-484162de7919c19c0b134700950b69aa52b2a095.tar.xz
org.eclipse.jetty.project-484162de7919c19c0b134700950b69aa52b2a095.zip
[maven-release-plugin] prepare release jetty-9.0.0.RC1jetty-9.0.0.RC1
Diffstat (limited to 'jetty-jsp')
-rw-r--r--jetty-jsp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jsp/pom.xml b/jetty-jsp/pom.xml
index 593533c2ea..1ae2dc77b2 100644
--- a/jetty-jsp/pom.xml
+++ b/jetty-jsp/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.0-SNAPSHOT</version>
+ <version>9.0.0.RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jsp</artifactId>

Back to the top