From cf1bf8ca1a1060a99a1f097f074ee8e2b16a42c6 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Tue, 5 Jul 2016 14:13:28 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2877e34..54f583c 100644 --- a/Home.md +++ b/Home.md @@ -1,9 +1,11 @@ MITREid Connect is a reference implementation of the OpenID Connect protocol server and client, built on the Java, Spring, and Spring Security platforms. Java API documentation and a technical overview for the current stable version (generated by the Maven Site plugin) is always available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com). -The current stable release is **1.2.3**. Development of this series is currently tracked on the **master** branch. To upgrade from the legacy 1.0 or 1.1 series, see instructions at [Upgrading to 1.2](wiki/Upgrading-to-1.2). +The current stable release is **1.2.6**. Development of this series is currently tracked on the **1.2.x** branch. Production systems should use this branch. To upgrade from the legacy 1.0 or 1.1 series, see instructions at [Upgrading to 1.2](wiki/Upgrading-to-1.2). The current legacy release is **1.1.19**. Development of this is currently tracked on the **1.1.x** branch. The **1.0** and **0.9** release series are no longer supported and [upgrade is strongly recommended](wiki/Upgrading-to-1.2). +The current development branch is the **master** branch, which will lead to the **1.3.0** release at a future date. Developers should work against this branch. + # Project Information ## Development