Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-03-31 00:35:06 +0000
committerGreg Wilkins2014-03-31 00:35:06 +0000
commitc5e1e249e7e8cf284ced5eb76cb1d4760cfd7ee7 (patch)
tree95a85240e6f3b5f022c77f82782f794bdc4fa32a /jetty-spring/pom.xml
parent28445fc6291a605f1c2fe4aa3ce5294ea0a21ebe (diff)
downloadorg.eclipse.jetty.project-c5e1e249e7e8cf284ced5eb76cb1d4760cfd7ee7.tar.gz
org.eclipse.jetty.project-c5e1e249e7e8cf284ced5eb76cb1d4760cfd7ee7.tar.xz
org.eclipse.jetty.project-c5e1e249e7e8cf284ced5eb76cb1d4760cfd7ee7.zip
set version for 9.2.x
Diffstat (limited to 'jetty-spring/pom.xml')
-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 d20bd66cf2..f467399975 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.1.4-SNAPSHOT</version>
+ <version>9.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-spring</artifactId>

Back to the top