Skip to content

Commit

Permalink
release 3.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed May 9, 2023
1 parent 1e58354 commit bad7f07
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.6.8"
ARG ARTHAS_VERSION="3.6.9"
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.6.8"
ARG ARTHAS_VERSION="3.6.9"
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 : 2023-04-19
# date : 2023-05-09

# current arthas script version
ARTHAS_SCRIPT_VERSION=3.6.8
ARTHAS_SCRIPT_VERSION=3.6.9

# SYNOPSIS
# rreadlink <fileOrDirPath>
Expand Down Expand Up @@ -475,7 +475,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.6.8
./as.sh --use-version 3.6.9
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --disabled-commands stop,dump
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 @@ -53,7 +53,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.6.8\n"
+ " java -jar arthas-boot.jar --use-version 3.6.9\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --select math-game\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</modules>

<properties>
<revision>3.6.8</revision>
<revision>3.6.9</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
Expand Down

0 comments on commit bad7f07

Please sign in to comment.