Skip to content

Commit 03b39f7

Browse files
committed
Add Tomcat version support docs to README.
1 parent 5ed5859 commit 03b39f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ The manager relies on the native expiration capability of Redis to expire keys f
1212

1313
Data stored in the session must be Serializable.
1414

15+
Tomcat Versions
16+
---------------
17+
18+
This project supports both Tomcat 6 and Tomcat 7. Starting at project version 1.1, precompiled JAR downloads are available for either version of Tomcat while project versions before 1.1 are only available for Tomcat 6.
19+
20+
The official release branches in Git are as follows:
21+
* `tomcat-6`: Continuing work for Tomcat 6 releases.
22+
* `master`: Continuing work for Tomcat 7 releases.
23+
* `tomcat-7`: Finalized; has now been merged into `master`.
24+
1525
Architecture
1626
------------
1727

0 commit comments

Comments
 (0)