This is a part of an attempt to get the rm-automation project compiling and running on Java 1.8.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@104181 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Neil McErlean
2015-05-14 14:56:25 +00:00
parent 0b70bfa133
commit a539faa5d9

View File

@@ -10,6 +10,8 @@
<properties>
<selenium.version>2.45.0</selenium.version>
<spring.version>4.0.5.RELEASE</spring.version>
<!-- Within the rm-automation project only, we want source code to be Java 8. -->
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
</properties>
<build>
<plugins>