Repository: commons-math
Updated Branches:
  refs/heads/master e491f6e0b -> 5617ddc1b


Configured language version.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5617ddc1
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5617ddc1
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5617ddc1

Branch: refs/heads/master
Commit: 5617ddc1b3fe8c28be00985a5f8f33232f8979e0
Parents: e491f6e
Author: Gilles <er...@apache.org>
Authored: Wed Jan 7 14:54:36 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Jan 7 14:54:36 2015 +0100

----------------------------------------------------------------------
 src/userguide/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/5617ddc1/src/userguide/pom.xml
----------------------------------------------------------------------
diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index 5a408de..1daa91f 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -39,6 +39,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
   </properties> 
 
   <build>

Reply via email to