Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-10-28 10:51:45 +0000
committerSimone Bordet2014-10-28 10:52:00 +0000
commit7cdcd69f44d88a07d6205dced698472dc76ae09a (patch)
tree097157fc4dd7e4530fb79cbb169cb7b1f2b92f91 /examples/embedded/pom.xml
parent3a40db32adfbc8eb98b1377ac0c33033d6474759 (diff)
downloadorg.eclipse.jetty.project-7cdcd69f44d88a07d6205dced698472dc76ae09a.tar.gz
org.eclipse.jetty.project-7cdcd69f44d88a07d6205dced698472dc76ae09a.tar.xz
org.eclipse.jetty.project-7cdcd69f44d88a07d6205dced698472dc76ae09a.zip
Reverted version to 9.2.4-SNAPSHOT.
Diffstat (limited to 'examples/embedded/pom.xml')
-rw-r--r--examples/embedded/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedded/pom.xml b/examples/embedded/pom.xml
index 936fe1bf06..453aad9fb9 100644
--- a/examples/embedded/pom.xml
+++ b/examples/embedded/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>examples-parent</artifactId>
- <version>9.2.5-SNAPSHOT</version>
+ <version>9.2.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top