Skip to content

Commit

Permalink
Core&Base&ASM: Upgrade to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinShunKang committed Jun 12, 2019
1 parent 0533f37 commit 52e568b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MyPerf4J-ASM/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MyPerf4J</artifactId>
<groupId>MyPerf4J</groupId>
<version>2.5.0</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion MyPerf4J-Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MyPerf4J</artifactId>
<groupId>MyPerf4J</groupId>
<version>2.5.0</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>MyPerf4J-Base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion MyPerf4J-Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>MyPerf4J</artifactId>
<groupId>MyPerf4J</groupId>
<version>2.5.0</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MyPerf4J 采用 JavaAgent 配置方式,**透明化**接入应用,对应用
* mvn clean package
* 把 MyPerf4J-ASM-${MyPerf4J-version}.jar 重命名为 MyPerf4J-ASM.jar

> 可以尝试直接下载 [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/MyPerf4J-ASM-2.5.0.jar?raw=true)
> 可以尝试直接下载 [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/jars/MyPerf4J-ASM-2.6.0.jar?raw=true)
### 配置
在 JVM 启动参数里加上以下两个参数
Expand Down
2 changes: 1 addition & 1 deletion README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MyPerf4J adopts JavaAgent configuration mode, **transparent** access application
* mvn clean package
* Rename MyPerf4J-ASM-${MyPerf4J-version}.jar to MyPerf4J-ASM.jar

> You can download [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/MyPerf4J-ASM-2.5.0.jar?raw=true) directly.
> You can download [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/jars/MyPerf4J-ASM-2.6.0.jar?raw=true) directly.
### Configure
Add the following two parameters to the JVM startup parameters
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MyPerf4J 采用 JavaAgent 配置方式,**透明化**接入应用,对应用
* mvn clean package
* 把 MyPerf4J-ASM-${MyPerf4J-version}.jar 重命名为 MyPerf4J-ASM.jar

> 可以尝试直接下载 [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/MyPerf4J-ASM-2.5.0.jar?raw=true)
> 可以尝试直接下载 [MyPerf4J-ASM.jar](https://github.com/LinShunKang/Objects/blob/master/jars/MyPerf4J-ASM-2.6.0.jar?raw=true)
### 配置
在 JVM 启动参数里加上以下两个参数
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>MyPerf4J</groupId>
<artifactId>MyPerf4J</artifactId>
<packaging>pom</packaging>
<version>2.5.0</version>
<version>2.6.0</version>
<modules>
<module>MyPerf4J-Core</module>
<module>MyPerf4J-ASM</module>
Expand Down

0 comments on commit 52e568b

Please sign in to comment.