Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-02-24 15:13:26 +0000
committerJoakim Erdfelt2013-02-26 16:20:45 +0000
commit2b82b54f6db75f9c0b79ae90cd74703cf6747433 (patch)
treecc41f97f5d753590da9cec15c16081795691219e /jetty-jndi
parent8027af87d3cd963d4e5f23b244fce3ec8aa1e311 (diff)
downloadorg.eclipse.jetty.project-2b82b54f6db75f9c0b79ae90cd74703cf6747433.tar.gz
org.eclipse.jetty.project-2b82b54f6db75f9c0b79ae90cd74703cf6747433.tar.xz
org.eclipse.jetty.project-2b82b54f6db75f9c0b79ae90cd74703cf6747433.zip
[maven-release-plugin] prepare release jetty-9.0.0.RC2
Diffstat (limited to 'jetty-jndi')
-rw-r--r--jetty-jndi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jndi/pom.xml b/jetty-jndi/pom.xml
index 58dad4b054..5a74c8d51f 100644
--- a/jetty-jndi/pom.xml
+++ b/jetty-jndi/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.RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jndi</artifactId>

Back to the top