Skip to content

Commit

Permalink
prepare release 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed Jun 30, 2020
1 parent 66d9f26 commit b239886
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4"
ARG ARTHAS_VERSION="3.3.5"
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.4"
ARG ARTHAS_VERSION="3.3.5"
ARG MIRROR=false

ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
Expand Down
4 changes: 2 additions & 2 deletions bin/as.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# date : 2020-06-29

# current arthas script version
ARTHAS_SCRIPT_VERSION=3.3.4
ARTHAS_SCRIPT_VERSION=3.3.5

# 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.4
./as.sh --use-version 3.3.5
./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.4\n"
+ " java -jar arthas-boot.jar --use-version 3.3.5\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 b239886

Please sign in to comment.