Skip to content

Commit dec5c1c

Browse files
committed
release 4.0.4
1 parent 797baf5 commit dec5c1c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8-jdk-alpine
22

3-
ARG ARTHAS_VERSION="4.0.3"
3+
ARG ARTHAS_VERSION="4.0.4"
44
ARG MIRROR=false
55

66
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \

Dockerfile-No-Jdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1: Build
22
FROM openjdk:8-jdk-alpine AS builder
33

4-
ARG ARTHAS_VERSION="4.0.3"
4+
ARG ARTHAS_VERSION="4.0.4"
55
ARG MIRROR=false
66
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
77
MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public

bin/as.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# date : 2024-11-13
1212

1313
# current arthas script version
14-
ARTHAS_SCRIPT_VERSION=4.0.3
14+
ARTHAS_SCRIPT_VERSION=4.0.4
1515

1616
# SYNOPSIS
1717
# rreadlink <fileOrDirPath>
@@ -476,7 +476,7 @@ EXAMPLES:
476476
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
477477
./as.sh -c 'sysprop; thread' <pid>
478478
./as.sh -f batch.as <pid>
479-
./as.sh --use-version 4.0.3
479+
./as.sh --use-version 4.0.4
480480
./as.sh --session-timeout 3600
481481
./as.sh --attach-only
482482
./as.sh --disabled-commands stop,dump

boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
+ " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n"
5555
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n"
5656
+ " java -jar arthas-boot.jar -f batch.as <pid>\n"
57-
+ " java -jar arthas-boot.jar --use-version 4.0.3\n"
57+
+ " java -jar arthas-boot.jar --use-version 4.0.4\n"
5858
+ " java -jar arthas-boot.jar --versions\n"
5959
+ " java -jar arthas-boot.jar --select math-game\n"
6060
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</modules>
8585

8686
<properties>
87-
<revision>4.0.3</revision>
87+
<revision>4.0.4</revision>
8888
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8989
<maven.compiler.target>1.8</maven.compiler.target>
9090
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)