diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-09 15:22:52 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-09 15:22:52 +0200 |
commit | dfd1a56545a4099ae1a38fb51d62058b0e252135 (patch) | |
tree | 4f1da27cd82d8480d39a4dc0d20570050efe18c7 /id/server/proxy | |
parent | 00c5eb776e18c64e8ff31b65bd2e3f73f8c46131 (diff) | |
download | moa-id-spss-dfd1a56545a4099ae1a38fb51d62058b0e252135.tar.gz moa-id-spss-dfd1a56545a4099ae1a38fb51d62058b0e252135.tar.bz2 moa-id-spss-dfd1a56545a4099ae1a38fb51d62058b0e252135.zip |
MOA-ID 1.9.951.9.95-SNAPSHOT
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
Diffstat (limited to 'id/server/proxy')
-rw-r--r-- | id/server/proxy/.settings/org.eclipse.wst.common.component | 4 | ||||
-rw-r--r-- | id/server/proxy/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/id/server/proxy/.settings/org.eclipse.wst.common.component b/id/server/proxy/.settings/org.eclipse.wst.common.component index 4fc6832e5..ed42e9405 100644 --- a/id/server/proxy/.settings/org.eclipse.wst.common.component +++ b/id/server/proxy/.settings/org.eclipse.wst.common.component @@ -6,13 +6,13 @@ <dependent-module archiveName="moa-common-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-common/moa-common">
<dependency-type>uses</dependency-type>
</dependent-module>
- <dependent-module archiveName="moa-id-lib-1.9.90-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-lib/moa-id-lib">
+ <dependent-module archiveName="moa-id-lib-1.9.95-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-lib/moa-id-lib">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="stork-saml-engine-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/stork-saml-engine/stork-saml-engine">
<dependency-type>uses</dependency-type>
</dependent-module>
- <dependent-module archiveName="moa-id-commons-1.5.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-commons/moa-id-commons">
+ <dependent-module archiveName="moa-id-commons-1.9.95-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/moa-id-commons/moa-id-commons">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="moa-id-proxy"/>
diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 3cf7a3316..fad47450b 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.9.90-SNAPSHOT</version>
+ <version>1.9.95-SNAPSHOT</version>
<name>MOA ID-Proxy WebService</name>
<build>
@@ -63,7 +63,7 @@ <dependency>
<groupId>MOA.id.server</groupId>
<artifactId>moa-id-lib</artifactId>
- <version>1.9.90-SNAPSHOT</version>
+ <version>1.9.95-SNAPSHOT</version>
<!--version>${project.version}</version-->
</dependency>
<!-- transitive dependencies we don't want to include into the war -->
|