diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-06-10 19:15:39 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-06-10 19:17:08 +0200 |
commit | a9a7af5f0b14132101da486760ead7e35563cb4d (patch) | |
tree | 590cdfaf86f57047edff17c9e16f91e3511986ba /DocumentService/pom.xml | |
parent | 01ee36469e510bf90dfd236b4baebe5b12f0649e (diff) | |
download | moa-id-spss-a9a7af5f0b14132101da486760ead7e35563cb4d.tar.gz moa-id-spss-a9a7af5f0b14132101da486760ead7e35563cb4d.tar.bz2 moa-id-spss-a9a7af5f0b14132101da486760ead7e35563cb4d.zip |
added supoort for Signrequests without DTL link
Diffstat (limited to 'DocumentService/pom.xml')
-rw-r--r-- | DocumentService/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DocumentService/pom.xml b/DocumentService/pom.xml index be2252137..6baac7b46 100644 --- a/DocumentService/pom.xml +++ b/DocumentService/pom.xml @@ -128,8 +128,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> <plugin> |