From e0201399fa1513f7e88b1d7ec1ec082e43b3a3bc Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 14 Jan 2014 07:04:05 -0800 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 5338a28..e0a7fb3 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -1,4 +1,4 @@ -This project is tested to build on Java 6 and Java 7. It uses Maven as its build system, and should run on both Maven 3.0+ and Maven 2.2. The project makes use of Maven submodules to organize components. +This project is tested to build on Java 6 and 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. # Git Checkout and Initialization