Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-05-06 23:12:55 +0000
committerJesse McConnell2013-05-06 23:12:55 +0000
commitd832f3dc7edbb8b9da782e4023e777dd48b92083 (patch)
treea09e0d6df74c30c5ddb53ce253709da1cfb1d21b /jetty-spring
parentda82de0acf4d2c2fd1ecb39dec7ff9e7a3425534 (diff)
downloadorg.eclipse.jetty.project-d832f3dc7edbb8b9da782e4023e777dd48b92083.tar.gz
org.eclipse.jetty.project-d832f3dc7edbb8b9da782e4023e777dd48b92083.tar.xz
org.eclipse.jetty.project-d832f3dc7edbb8b9da782e4023e777dd48b92083.zip
[maven-release-plugin] prepare release jetty-9.0.3.v20130506jetty-9.0.3.v20130506
Diffstat (limited to 'jetty-spring')
-rw-r--r--jetty-spring/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-spring/pom.xml b/jetty-spring/pom.xml
index a6f68be944..1d89949f0c 100644
--- a/jetty-spring/pom.xml
+++ b/jetty-spring/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.3-SNAPSHOT</version>
+ <version>9.0.3.v20130506</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-spring</artifactId>

Back to the top