aboutsummaryrefslogtreecommitdiff
path: root/id/server/proxy
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2013-09-06 11:59:19 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2013-09-06 11:59:19 +0200
commit642ec4805453c5a85fc53f8bf9a7b6f886f03cb1 (patch)
tree00cba581f98887bdd2eff0d1a52089cab7670293 /id/server/proxy
parent011ce9576c780cba8a0f7b321366e08b557adcf6 (diff)
downloadmoa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.tar.gz
moa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.tar.bz2
moa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.zip
MOA-ID Proxy updated to Version 2.0
insert "errorRedirectURL" parameter to proxy configuration if an error occurs, the user is redirected to this error page
Diffstat (limited to 'id/server/proxy')
-rw-r--r--id/server/proxy/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml
index ca91c6139..3cf7a3316 100644
--- a/id/server/proxy/pom.xml
+++ b/id/server/proxy/pom.xml
@@ -13,7 +13,7 @@
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-proxy</artifactId>
<packaging>war</packaging>
- <version>1.5.2</version>
+ <version>1.9.90-SNAPSHOT</version>
<name>MOA ID-Proxy WebService</name>
<build>
@@ -63,6 +63,7 @@
<dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>
+ <version>1.9.90-SNAPSHOT</version>
<!--version>${project.version}</version-->
</dependency>
<!-- transitive dependencies we don't want to include into the war -->