Skip to content

Commit bf40c23

Browse files
bhavyahemGitHub Enterprise
authored andcommitted
Re-version to 9.4.3.1-r1 (#1002)
1 parent c888d8e commit bf40c23

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ env:
2323
global:
2424
- MAIN_BRANCH=v9.4.3
2525
- TAGCACHE_FILE=tagcache
26-
- RELEASE=r2
27-
- BASE_MQ_LOCKED=true
26+
- RELEASE=r1
27+
- BASE_MQ_LOCKED=false
2828
- FEATURE_BUILD_OVERRIDE=false
2929
- DELIVERY_REGISTRY_NAMESPACE_OVERRIDE=hyc-mq-container-team-docker-local/travis-master
3030

Dockerfile-server

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# limitations under the License.
1414

1515
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16-
ARG BASE_TAG=9.6-1752069876
16+
ARG BASE_TAG=9.6-1754584681
1717
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18-
ARG BUILDER_TAG=1.24.4-1752083840
18+
ARG BUILDER_TAG=1.24.4-1754467841
1919
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
20-
ARG MQ_ARCHIVE="downloads/9.4.3.0-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
20+
ARG MQ_ARCHIVE="downloads/9.4.3.1-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
2121

2222
###############################################################################
2323
# Build stage to build Go code

config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################################################################################################################
22

33
# MQ_VERSION is the fully qualified MQ version number to build
4-
MQ_VERSION ?= 9.4.3.0
4+
MQ_VERSION ?= 9.4.3.1
55

66
###########################################################################################################################################################

docs/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docker run \
1616
--env LICENSE=accept \
1717
--env MQ_QMGR_NAME=QM1 \
1818
--detach \
19-
ibm-mqadvanced-server:9.4.3.0-amd64
19+
ibm-mqadvanced-server:9.4.3.1-amd64
2020
```

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ make test-advancedserver
2626
You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example:
2727

2828
```
29-
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.4.3.0-amd64 make test-advancedserver
29+
MQ_IMAGE_ADVANCEDSERVER=ibm-mqadvanced-server:9.4.3.1-amd64 make test-advancedserver
3030
```
3131

3232
You can also use the same environment variables you specified when [building](./building.md), for example, the following will try and test an image called `ibm-mqadvanced-server:9.2.0.0-amd64`:

pipeline.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
BASE_MQ_LOCKED=false
44
MAIN_BRANCH=v9.4.3
55
LTS=false
6-
RELEASE=r2
6+
RELEASE=r1
77
###########################################################################################################################################################

test/messaging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ limitations under the License.
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter-api</artifactId>
35-
<version>5.13.1</version>
35+
<version>5.13.4</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter-engine</artifactId>
41-
<version>5.13.1</version>
41+
<version>5.13.4</version>
4242
<scope>runtime</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.platform</groupId>
4646
<artifactId>junit-platform-console-standalone</artifactId>
47-
<version>1.13.1</version>
47+
<version>1.13.4</version>
4848
<scope>runtime</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)