From 02a4e03cb0df3b752c21e9084b5e60370d3f8d52 Mon Sep 17 00:00:00 2001 From: Boliang Date: Fri, 22 Jul 2016 23:25:17 +0200 Subject: [PATCH] Updated Build Instructions (markdown) --- Build-Instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index 55e37d5..0c33cf0 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 Maven 3.0 and above. The project makes use of Maven submodules to organize components. +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. # Git Checkout and Initialization @@ -33,7 +33,7 @@ The build process produces a .jar file for `openid-connect-common`, `openid-conn openid-connect-server/target/openid-connect-server-{VERSION}.jar openid-connect-server-webapp/target/openid-connect-server-webapp.war -Where `{VERSION}` is the current build version of the project such as `1.1.0-SNAPSHOT`. +Where `{VERSION}` is the current build version of the project such as `1.2.0-SNAPSHOT`. ## Common Maven Options