From b4f4ada24a241e5bd272e955a22a3bf1f3d454b8 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Sat, 23 Jul 2016 13:08:24 -0400 Subject: [PATCH] Updated Build Instructions (markdown) --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index 0c33cf0..e2c4e55 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -1,4 +1,4 @@ -This project is tested to build on Java 7. It uses Maven as its build system, and should run on Maven 3.0 and above. The project makes use of Maven submodules to organize components. +This project is tested to build on Java 8 (for **master** and **1.3**) or Java 7 (for **1.2.x**). It uses Maven as its build system, and should run on Maven 3.0 and above. The project makes use of Maven submodules to organize components. # Git Checkout and Initialization