Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-10-07 22:41:32 +0000
committerJoakim Erdfelt2015-10-07 22:41:32 +0000
commit9cf0e34a1db39aef2881164279fd7f6d31817e46 (patch)
tree9e80d88541b09e1d3a4a9bc66fed5be3f3cfa7be /tests/pom.xml
parent37296bec3c97e19ca0545b73900078f511f8ea9e (diff)
downloadorg.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.tar.gz
org.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.tar.xz
org.eclipse.jetty.project-9cf0e34a1db39aef2881164279fd7f6d31817e46.zip
Updating to version 9.4.0-SNAPSHOT
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index 0e72653f69..e795f7b7e5 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.3.4.v20151007</version>
+ <version>9.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.jetty.tests</groupId>

Back to the top