Skip to content

Commit 89154fd

Browse files
committed
versions
1 parent 8c9a8d9 commit 89154fd

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

cics-java-liberty-tsq-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ dependencies
3838
compileOnly("com.ibm.cics:com.ibm.cics.server")
3939

4040
compileOnly 'javax.servlet:javax.servlet-api:4.0.1'
41-
compileOnly 'javax.annotation:javax.annotation-api:1.2'
41+
compileOnly 'javax.annotation:javax.annotation-api:1.3'
4242
}

cics-java-liberty-tsq-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>javax.annotation</groupId>
3232
<artifactId>javax.annotation-api</artifactId>
33-
<version>1.2</version>
33+
<version>1.3</version>
3434
<scope>provided</scope>
3535
</dependency>
3636
</dependencies>

cics-java-liberty-tsq-app/src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<!-- (C) Copyright IBM Corp. 2009, 2021 All Rights Reserved. -->
1010
<!-- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
1111
<!-- </copyright> -->
12-
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
14-
version="3.1">
12+
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
15+
http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
16+
version="4.0">
1517
<display-name>cics-java-liberty-tsq-app</display-name>
1618
<!-- AUTHENTICATION METHOD: Basic authentication -->
1719
<login-config>

etc/eclipse_projects/com.ibm.cics.server.examples.wlp.tsq.bundle/META-INF/cics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cics.server.examples.wlp.tsq.bundle" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0" build="IntB-201511072132">
2+
<manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cics.server.examples.wlp.tsq.bundle" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0">
33
<meta_directives>
44
<timestamp>2016-10-28T13:21:46.339+01:00</timestamp>
55
</meta_directives>

0 commit comments

Comments
 (0)