Skip to content

Commit 2e229a4

Browse files
committed
feat(gradle): bump version to 1.2.2-rc0
Signed-off-by: Robin Han <[email protected]>
1 parent 0c5a2db commit 2e229a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
5454
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
5555
stop_grace_period: 2m
56-
image: automqinc/automq:1.2.1
56+
image: automqinc/automq:1.2.2-rc0
5757
environment:
5858
- KAFKA_S3_ACCESS_KEY=test
5959
- KAFKA_S3_SECRET_KEY=test
@@ -73,7 +73,7 @@ services:
7373
container_name: "${BROKER1_DOCKER_NAME-broker1}"
7474
hostname: "${BROKER1_DOCKER_NAME-broker1}"
7575
stop_grace_period: 2m
76-
image: automqinc/automq:1.2.1
76+
image: automqinc/automq:1.2.2-rc0
7777
ports:
7878
- "9094:9094"
7979
environment:
@@ -103,7 +103,7 @@ services:
103103
container_name: "${BROKER2_DOCKER_NAME-broker2}"
104104
hostname: "${BROKER2_DOCKER_NAME-broker2}"
105105
stop_grace_period: 2m
106-
image: automqinc/automq:1.2.1
106+
image: automqinc/automq:1.2.2-rc0
107107
ports:
108108
- "9095:9095"
109109
environment:

s3stream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<groupId>com.automq.elasticstream</groupId>
1818
<artifactId>s3stream</artifactId>
19-
<version>1.2.1-SNAPSHOT</version>
19+
<version>1.2.2-rc0</version>
2020
<properties>
2121
<mockito-core.version>5.5.0</mockito-core.version>
2222
<junit-jupiter.version>5.10.0</junit-jupiter.version>

0 commit comments

Comments
 (0)