Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-04-19 03:59:18 +0000
committerGreg Wilkins2013-04-19 03:59:18 +0000
commita7073d05a6e8679ff21bea5b3dccb8a9635bcb74 (patch)
treeb1d961833b814341692e24fbe9d7db8ada20da20 /aggregates
parentf9f2a2c405603587a4006fc216e97472f5fdd713 (diff)
downloadorg.eclipse.jetty.project-a7073d05a6e8679ff21bea5b3dccb8a9635bcb74.tar.gz
org.eclipse.jetty.project-a7073d05a6e8679ff21bea5b3dccb8a9635bcb74.tar.xz
org.eclipse.jetty.project-a7073d05a6e8679ff21bea5b3dccb8a9635bcb74.zip
updated version to 9.1.0-SNAPSHOT
Diffstat (limited to 'aggregates')
-rw-r--r--aggregates/jetty-all/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aggregates/jetty-all/pom.xml b/aggregates/jetty-all/pom.xml
index 104e6c482a..0ecda2131b 100644
--- a/aggregates/jetty-all/pom.xml
+++ b/aggregates/jetty-all/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.0.3-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top