diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-08-12 11:48:05 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-08-12 11:48:05 +0200 |
commit | d71a87f12afb08371a3f50030f183a89d9e319ca (patch) | |
tree | 1db7c016e9dd81aaa38c839bfd724e4c40135262 /pom.xml | |
parent | 404dae436be7d6e7d381ae183745e4edaac2a866 (diff) | |
download | moa-id-spss-d71a87f12afb08371a3f50030f183a89d9e319ca.tar.gz moa-id-spss-d71a87f12afb08371a3f50030f183a89d9e319ca.tar.bz2 moa-id-spss-d71a87f12afb08371a3f50030f183a89d9e319ca.zip |
fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,8 +206,8 @@ <executable>${env.BUILD_EXECUTEABLE}</executable> <compilerVersion>${env.BUILD_VERSION}</compilerVersion> <encoding>${project.build.sourceEncoding}</encoding> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin> |