Skip to content

Commit bb1c4fa

Browse files
committed
release 3.7.3
1 parent 7a97e4d commit bb1c4fa

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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="3.7.2"
3+
ARG ARTHAS_VERSION="3.7.3"
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,6 +1,6 @@
11
FROM alpine
22

3-
ARG ARTHAS_VERSION="3.7.2"
3+
ARG ARTHAS_VERSION="3.7.3"
44
ARG MIRROR=false
55

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

bin/as3.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
# program : Arthas
1010
# author : Core Engine @ Taobao.com
11-
# date : 2024-01-02
11+
# date : 2024-09-14
1212

1313
# current arthas script version
14-
ARTHAS_SCRIPT_VERSION=3.7.2
14+
ARTHAS_SCRIPT_VERSION=3.7.3
1515

1616
# SYNOPSIS
1717
# rreadlink <fileOrDirPath>
@@ -474,7 +474,7 @@ EXAMPLES:
474474
./as3.sh --stat-url 'http://192.168.10.11:8080/api/stat'
475475
./as3.sh -c 'sysprop; thread' <pid>
476476
./as3.sh -f batch.as <pid>
477-
./as3.sh --use-version 3.7.2
477+
./as3.sh --use-version 3.7.3
478478
./as3.sh --session-timeout 3600
479479
./as3.sh --attach-only
480480
./as3.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
@@ -53,7 +53,7 @@
5353
+ " java -jar arthas-boot3.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n"
5454
+ " java -jar arthas-boot3.jar -c 'sysprop; thread' <pid>\n"
5555
+ " java -jar arthas-boot3.jar -f batch.as <pid>\n"
56-
+ " java -jar arthas-boot3.jar --use-version 3.7.2\n"
56+
+ " java -jar arthas-boot3.jar --use-version 3.7.3\n"
5757
+ " java -jar arthas-boot3.jar --versions\n"
5858
+ " java -jar arthas-boot3.jar --select math-game\n"
5959
+ " java -jar arthas-boot3.jar --session-timeout 3600\n" + " java -jar arthas-boot3.jar --attach-only\n"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</modules>
7979

8080
<properties>
81-
<revision>3.7.2</revision>
81+
<revision>3.7.3</revision>
8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8383
<maven.compiler.target>1.6</maven.compiler.target>
8484
<maven.compiler.source>1.6</maven.compiler.source>

0 commit comments

Comments
 (0)