Skip to content

Commit

Permalink
prepare release 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jul 23, 2020
1 parent 4161af4 commit 3e12b15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine

ARG ARTHAS_VERSION="3.3.6"
ARG ARTHAS_VERSION="3.3.7"
ARG MIRROR=false

ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-No-Jdk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine

ARG ARTHAS_VERSION="3.3.6"
ARG ARTHAS_VERSION="3.3.7"
ARG MIRROR=false

ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Expand Down
6 changes: 3 additions & 3 deletions bin/as.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2020-06-29
# date : 2020-07-24

# current arthas script version
ARTHAS_SCRIPT_VERSION=3.3.6
ARTHAS_SCRIPT_VERSION=3.3.7

# SYNOPSIS
# rreadlink <fileOrDirPath>
Expand Down Expand Up @@ -444,7 +444,7 @@ EXAMPLES:
./as.sh --stat-url 'http://192.168.10.11:8080/api/stat'
./as.sh -c 'sysprop; thread' <pid>
./as.sh -f batch.as <pid>
./as.sh --use-version 3.3.6
./as.sh --use-version 3.3.7
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --select arthas-demo
Expand Down
2 changes: 1 addition & 1 deletion boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
+ " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n"
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n"
+ " java -jar arthas-boot.jar -f batch.as <pid>\n"
+ " java -jar arthas-boot.jar --use-version 3.3.6\n"
+ " java -jar arthas-boot.jar --use-version 3.3.7\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --select arthas-demo\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
Expand Down

0 comments on commit 3e12b15

Please sign in to comment.