Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2012-04-13 14:59:06 +0000
committerSimone Bordet2012-04-13 14:59:06 +0000
commit85710fb9eae4ef12635d58c2ed062e544d18a590 (patch)
tree2280cdcbe758532fe6f89a54e60d0beeda66dbe8 /jetty-jaspi
parentbce782e2d60e5d44ff9d825df95f660eef3278ce (diff)
downloadorg.eclipse.jetty.project-85710fb9eae4ef12635d58c2ed062e544d18a590.tar.gz
org.eclipse.jetty.project-85710fb9eae4ef12635d58c2ed062e544d18a590.tar.xz
org.eclipse.jetty.project-85710fb9eae4ef12635d58c2ed062e544d18a590.zip
Reverted release back to 7.6.3-SNAPSHOT.
Diffstat (limited to 'jetty-jaspi')
-rw-r--r--jetty-jaspi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 963500727e..891baa6e46 100644
--- a/jetty-jaspi/pom.xml
+++ b/jetty-jaspi/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>7.6.4-SNAPSHOT</version>
+ <version>7.6.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jaspi</artifactId>

Back to the top