Updated Home (markdown)

master
Justin Richer 2017-04-15 14:07:20 -04:00
parent 1d2e794326
commit 40d974122b
1 changed files with 2 additions and 2 deletions

@ -1,10 +1,10 @@
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 available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com). 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 available at [http://mitreid-connect.github.com/](http://mitreid-connect.github.com).
The current stable release is **1.3.0**. Development of this series is currently tracked on the **1.3.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 stable release is **1.3.0**. Development of this series is currently tracked on the **1.3.x** branch. Production systems should use this branch. To upgrade from previous release series, see instructions at [Upgrading](wiki/Upgrading).
The current legacy release is **1.2.6**. Only major security changes that are completely backwards compatible are ported to this branch, no new features are planned or anticipated. Development of this is currently tracked on the **1.2.x** branch. The current legacy release is **1.2.6**. Only major security changes that are completely backwards compatible are ported to this branch, no new features are planned or anticipated. Development of this is currently tracked on the **1.2.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 **1.1**, **1.0**, and **0.9** release series are no longer supported and [upgrade is strongly recommended](wiki/Upgrading).
The current development branch is the **master** branch. Developers should work against this branch. In general, backwards compatibility and data model stability are not guaranteed until release. At the current time, this is tracked to the **1.3.x** branch, but it will be forked at some point in the future. The current development branch is the **master** branch. Developers should work against this branch. In general, backwards compatibility and data model stability are not guaranteed until release. At the current time, this is tracked to the **1.3.x** branch, but it will be forked at some point in the future.