RYA-103 Updates the Rya build to use Java 1.8

Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/94b59120
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/94b59120
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/94b59120

Branch: refs/heads/master
Commit: 94b59120f2919f8b9b1e320e18ad7ca16106d955
Parents: fcc98bd
Author: Kevin Chilton <kevin.chil...@parsons.com>
Authored: Thu Aug 4 20:48:30 2016 -0400
Committer: Aaron Mihalik <miha...@alum.mit.edu>
Committed: Tue Aug 23 10:42:29 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/94b59120/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 540aa1e..005d951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,8 +564,8 @@ under the License.
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
                         <encoding>${project.build.sourceEncoding}</encoding>
-                        <source>1.7</source>
-                        <target>1.7</target>
+                        <source>1.8</source>
+                        <target>1.8</target>
                     </configuration>
                 </plugin>
 

Reply via email to