Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-04-22 09:13:06 +0000
committerGreg Wilkins2009-04-22 09:13:06 +0000
commite2109e9ab8843e5d65a758648cb2b3b0d1ea098f (patch)
treed9c9257d91e7221171951964283e3137b8695d71
parent3f9a6ffe20ac739264d75611e07fa39cb3751af3 (diff)
downloadorg.eclipse.jetty.project-e2109e9ab8843e5d65a758648cb2b3b0d1ea098f.tar.gz
org.eclipse.jetty.project-e2109e9ab8843e5d65a758648cb2b3b0d1ea098f.tar.xz
org.eclipse.jetty.project-e2109e9ab8843e5d65a758648cb2b3b0d1ea098f.zip
restore jaspi after a release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@187 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-jaspi/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml
index 145f48cacd..80d2dfaf3b 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.0.0.M1-SNAPSHOT</version>
+ <version>7.0.0.M2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-jaspi</artifactId>
diff --git a/pom.xml b/pom.xml
index b798feb4b7..9d3eea0a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
<module>jetty-client</module>
<module>jetty-xml</module>
<module>jetty-security</module>
- <!--module>jetty-jaspi</module-->
+ <module>jetty-jaspi</module>
<module>jetty-servlet</module>
<module>jetty-webapp</module>
<module>jetty-servlets</module>

Back to the top