diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-08 09:28:30 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-08 09:28:30 +0000 |
commit | 4aafcce4a2788e3931ae699a57cf764caf2cef70 (patch) | |
tree | 825a0377ff0b09b3ea5e55e3bd9bfcf75a594336 /pom.xml | |
parent | 86462d7b873af1b6a3432d9b142bfd25daf2cbd8 (diff) | |
download | xmlgraphics-fop-4aafcce4a2788e3931ae699a57cf764caf2cef70.tar.gz xmlgraphics-fop-4aafcce4a2788e3931ae699a57cf764caf2cef70.zip |
Reset java.version to 1.6.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ <exec.plugin.version>1.4.0</exec.plugin.version> <findbugs.plugin.version>3.0.1</findbugs.plugin.version> <jar.plugin.version>2.6</jar.plugin.version> - <java.version>1.7</java.version> + <java.version>1.6</java.version> <junit.version>4.11</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.info.reports.plugin.version>2.8</project.info.reports.plugin.version> |