Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-13 14:30:24 +0000
committerJoakim Erdfelt2016-01-13 14:30:24 +0000
commit21ca3f6690bff813c546a1da4bb7950c3f91a814 (patch)
treee5a748907cb0ad40fd4889e14486842dcf059314 /examples/pom.xml
parent30308f2316df071be17a957ec3751e040668fe3f (diff)
downloadorg.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.tar.gz
org.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.tar.xz
org.eclipse.jetty.project-21ca3f6690bff813c546a1da4bb7950c3f91a814.zip
Updating to version 9.3.7.RC1jetty-9.3.7.RC1
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 641240cd77..e6d4a06642 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.7-SNAPSHOT</version>
+ <version>9.3.7.RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.examples</groupId>

Back to the top