diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-04-01 18:56:00 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-04-01 18:56:00 +0200 |
commit | 7700a426db02fe0e44d8ff1e19595f45dc337806 (patch) | |
tree | 9910d4476d9954e5b2e4ae28a11b587028ba2911 /pom.xml | |
parent | 779030ed2d7091183b3faf13fec57fa270d46c3a (diff) | |
download | moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.tar.gz moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.tar.bz2 moa-id-spss-7700a426db02fe0e44d8ff1e19595f45dc337806.zip |
solve problems with Struts 2.3.16.1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ <fork>true</fork>
<executable>${env.BUILD_EXECUTEABLE}</executable>
<compilerVersion>${env.BUILD_VERSION}</compilerVersion>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
|