Skip to content

Commit a719b0c

Browse files
committed
versions in readme
1 parent 19dcd81 commit a719b0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Sample JDBC Java EE web application demonstrating how to access a DB2 database f
1515
to DB2 by obtaining a DataSource via a JNDI lookup and returns the current timestamp from DB2
1616
* `com.ibm.cicsdev.jdbc.web.cicsbundle` - CICS bundle project that references the WAR (Dynamic web project) bundle part for deployment in a CICS bundle
1717

18+
## Versions
19+
| CICS TS for z/OS Version | Branch | Minimum Java Version | Build Status |
20+
|--------------------------|----------------------------------------|----------------------|--------------|
21+
| 5.5, 5.6 | [cicsts/v5.5](/../../tree/cicsts/v5.5) | 8 | [![Build](https://github.com/cicsdev/cics-java-liberty-jdbc/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv5.5)](https://github.com/cicsdev/cics-java-liberty-jdbc/actions/workflows/java.yaml) |
22+
| 6.1 | [cicsts/v6.1](/../../tree/cicsts/v6.1) | 8 | [![Build](https://github.com/cicsdev/cics-java-liberty-jdbc/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv6.1)](https://github.com/cicsdev/cics-java-liberty-jdbc/actions/workflows/java.yaml) |
23+
1824
## Pre-requisites
1925
* CICS TS V5.3 with APAR PI77502 or CICS TS V5.4
2026
* Java SE 7 or later on the z/OS system

0 commit comments

Comments
 (0)