Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyunabc committed May 15, 2019
1 parent c61fd13 commit ec5eee1
Show file tree
Hide file tree
Showing 6 changed files with 18 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.1.0"
ARG ARTHAS_VERSION="3.1.1"
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.1.0"
ARG ARTHAS_VERSION="3.1.1"
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 : 2019-02-14
# date : 2019-05-15

# current arthas script version
ARTHAS_SCRIPT_VERSION=3.1.0
ARTHAS_SCRIPT_VERSION=3.1.1

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Expand Down Expand Up @@ -426,7 +426,7 @@ EXAMPLES:
./as.sh --telnet-port 9999 --http-port -1
./as.sh -c 'sysprop; thread' <pid>
./as.sh -f batch.as <pid>
./as.sh --use-version 3.1.0
./as.sh --use-version 3.1.1
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --repo-mirror aliyun --use-http
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 @@ -44,7 +44,7 @@
+ " java -jar arthas-boot.jar --telnet-port 9999 --http-port -1\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.0\n"
+ " java -jar arthas-boot.jar --use-version 3.1.1\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"
Expand Down
6 changes: 6 additions & 0 deletions site/src/site/sphinx/en/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============


v3.1.1
---

* [https://github.com/alibaba/arthas/releases/tag/3.1.1](https://github.com/alibaba/arthas/releases/tag/3.1.1)

v3.1.0
---

Expand Down
6 changes: 6 additions & 0 deletions site/src/site/sphinx/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Release Notes
===


v3.1.1
---

* [https://github.com/alibaba/arthas/releases/tag/3.1.1](https://github.com/alibaba/arthas/releases/tag/3.1.1)

v3.1.0
---

Expand Down

0 comments on commit ec5eee1

Please sign in to comment.