Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2016-01-13 15:21:01 +0000
committerJoakim Erdfelt2016-01-13 15:21:01 +0000
commitb7f9c9aca9e6d128c13c037e0c5cd169fcf6531a (patch)
treeba034a50ed6affba5fbe2e648306c435c35b2589 /jetty-servlets
parent21ca3f6690bff813c546a1da4bb7950c3f91a814 (diff)
downloadorg.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.tar.gz
org.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.tar.xz
org.eclipse.jetty.project-b7f9c9aca9e6d128c13c037e0c5cd169fcf6531a.zip
Updating to version 9.3.7-SNAPSHOT
Diffstat (limited to 'jetty-servlets')
-rw-r--r--jetty-servlets/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-servlets/pom.xml b/jetty-servlets/pom.xml
index a0cf974848..ef38677ae4 100644
--- a/jetty-servlets/pom.xml
+++ b/jetty-servlets/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>9.3.7.RC1</version>
+ <version>9.3.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-servlets</artifactId>

Back to the top