Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-12-03 14:26:13 +0000
committerJesse McConnell2014-12-03 14:26:35 +0000
commit5c7f7064965462f70cfdc12ec9ff8f514ff12623 (patch)
tree4b8eb572f403a2f383dbc11880f604d71dc0fcae /jetty-cdi
parent904b6a113f8d2cf3a3337c7708437cbff3b6a775 (diff)
downloadorg.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.tar.gz
org.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.tar.xz
org.eclipse.jetty.project-5c7f7064965462f70cfdc12ec9ff8f514ff12623.zip
[maven-release-plugin] prepare release jetty-9.2.6.v20141203
Diffstat (limited to 'jetty-cdi')
-rw-r--r--jetty-cdi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml
index e4579669f1..bad4726488 100644
--- a/jetty-cdi/pom.xml
+++ b/jetty-cdi/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.2.6-SNAPSHOT</version>
+ <version>9.2.6.v20141203</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-cdi</artifactId>

Back to the top