prepare release

This commit is contained in:
hengyunabc
2019-11-26 02:11:21 +08:00
parent fcc8c25ad5
commit 2570fae5b2
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine
ARG ARTHAS_VERSION="3.1.4"
ARG ARTHAS_VERSION="3.1.5"
ARG MIRROR=false
ENV MAVEN_HOST=http://repo1.maven.org/maven2 \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
ARG ARTHAS_VERSION="3.1.4"
ARG ARTHAS_VERSION="3.1.5"
ARG MIRROR=false
ENV MAVEN_HOST=http://repo1.maven.org/maven2 \
+3 -3
View File
@@ -8,10 +8,10 @@
# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2019-09-19
# date : 2019-11-26
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.1.4
ARTHAS_SCRIPT_VERSION=3.1.5
# SYNOPSIS
# rreadlink <fileOrDirPath>
@@ -440,7 +440,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.1.4
./as.sh --use-version 3.1.5
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --repo-mirror aliyun --use-http
@@ -47,7 +47,7 @@ import com.taobao.middleware.cli.annotations.Summary;
+ " 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.1.4\n"
+ " java -jar arthas-boot.jar --use-version 3.1.5\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
+ " java -jar arthas-boot.jar --repo-mirror aliyun --use-http\n" + "WIKI:\n"