Skip to content

Commit d28c482

Browse files
author
manvisingh55
committed
version update
1 parent a3a8007 commit d28c482

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can browse the published versions of the CICS BOM at [Maven Central.](https:
3636

3737
Gradle (build.gradle):
3838

39-
`compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:5.5-20200519131930-PH25409")`
39+
`compileOnly enforcedPlatform("com.ibm.cics:com.ibm.cics.ts.bom:6.1-20250812133513-PH63856")`
4040

4141
Maven (POM.xml):
4242

@@ -46,7 +46,7 @@ Maven (POM.xml):
4646
<dependency>
4747
<groupId>com.ibm.cics</groupId>
4848
<artifactId>com.ibm.cics.ts.bom</artifactId>
49-
<version>5.5-20200519131930-PH25409</version>
49+
<version>6.1-20250812133513-PH63856</version>
5050
<type>pom</type>
5151
<scope>import</scope>
5252
</dependency>
@@ -151,7 +151,6 @@ Or:
151151
6. For confirmation of the behaviour, you can run the sample before your TSQ is designated as recoverable (through a TSMODEL) and again afterwards. Observe how the entries to the TSQ are either committed, or written - then rolled back.
152152

153153

154-
155154
## License
156155
This project is licensed under [Eclipse Public License - v 2.0](LICENSE).
157156

0 commit comments

Comments
 (0)