Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickstart/pom.xml')
-rw-r--r--examples/quickstart/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickstart/pom.xml b/examples/quickstart/pom.xml
index f85544244e..812b8e7b5c 100644
--- a/examples/quickstart/pom.xml
+++ b/examples/quickstart/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.2.4-SNAPSHOT</version>
+ <version>9.2.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top