Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-07-17 23:15:31 +0000
committerGreg Wilkins2011-07-17 23:15:31 +0000
commit70d7d3c9a553d2dd1a2bca70a1df93f5ceae10be (patch)
treecc89b8258ed68ffe8450306eaf7358d8d55ca977 /jetty-start
parenta26ddd593375f96a81301092db8a87e380b9539c (diff)
downloadorg.eclipse.jetty.project-70d7d3c9a553d2dd1a2bca70a1df93f5ceae10be.tar.gz
org.eclipse.jetty.project-70d7d3c9a553d2dd1a2bca70a1df93f5ceae10be.tar.xz
org.eclipse.jetty.project-70d7d3c9a553d2dd1a2bca70a1df93f5ceae10be.zip
reverted version
Diffstat (limited to 'jetty-start')
-rw-r--r--jetty-start/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index e96e5907c6..83385dd5b8 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.5.0.P-SNAPSHOT</version>
+ <version>7.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-start</artifactId>

Back to the top