Skip to content

Commit 8aec32f

Browse files
authored
Merge pull request #9 from cicsdev/manvi/march
Cics bom version updated
2 parents a3a8007 + 1ddef16 commit 8aec32f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ More information about the development of this sample can be found in the blog [
3131
3232
### Check dependencies
3333

34-
Before building this sample, you should verify that the correct CICS TS bill of materials (BOM) is specified for your target release of CICS. The BOM specifies a consistent set of artifacts, and adds information about their scope. In the example below the version specified is compatible with CICS TS V5.5 with JCICS APAR PH25409, or newer. That is, the Java byte codes built by compiling against this version of JCICS will be compatible with later CICS TS versions and subsequent JCICS APARs.
34+
Before building this sample, you should verify that the correct CICS TS bill of materials (BOM) is specified for your target release of CICS. The BOM specifies a consistent set of artifacts, and adds information about their scope. In the example below the version specified is compatible with CICS TS V6.1 with JCICS APAR PH63856, or newer. That is, the Java byte codes built by compiling against this version of JCICS will be compatible with later CICS TS versions and subsequent JCICS APARs.
3535
You can browse the published versions of the CICS BOM at [Maven Central.](https://mvnrepository.com/artifact/com.ibm.cics/com.ibm.cics.ts.bom)
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)