Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2012-04-13 15:27:37 +0000
committerSimone Bordet2012-04-13 15:27:37 +0000
commit72040202d41e5356790d10ebb940a9231e2d43d0 (patch)
tree9b47055a7d0cfc00b9c3e4179c80759c972f1465 /jetty-policy
parent3470824f19dcfd3dd2833d400b358c25c76cdc52 (diff)
parent85710fb9eae4ef12635d58c2ed062e544d18a590 (diff)
downloadorg.eclipse.jetty.project-72040202d41e5356790d10ebb940a9231e2d43d0.tar.gz
org.eclipse.jetty.project-72040202d41e5356790d10ebb940a9231e2d43d0.tar.xz
org.eclipse.jetty.project-72040202d41e5356790d10ebb940a9231e2d43d0.zip
Reverted release back to 8.1.3-SNAPSHOT.
Diffstat (limited to 'jetty-policy')
-rw-r--r--jetty-policy/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-policy/pom.xml b/jetty-policy/pom.xml
index 64202b89a3..9b51e8dc56 100644
--- a/jetty-policy/pom.xml
+++ b/jetty-policy/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.4-SNAPSHOT</version>
+ <version>8.1.3-SNAPSHOT</version>
</parent>
<artifactId>jetty-policy</artifactId>
<name>Jetty :: Policy Tool</name>

Back to the top