Skip to content

Commit a4779a1

Browse files
committed
Update readme for 1.1.5 release
1 parent a850b2c commit a4779a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Simplest way to capture sanitized heap dump of an app is to run:
3434
$ jcmd {pid} GC.heap_dump /path/to/plain-heap-dump.hprof
3535
3636
# then sanitize the heap dump
37-
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.4/heap-dump-tool-1.1.4-all.jar
37+
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.5/heap-dump-tool-1.1.5-all.jar
3838
$ java -jar heap-dump-tool.jar sanitize /path/to/plain-dump.hprof /path/to/sanitized-dump.hprof
3939
```
4040

@@ -53,7 +53,7 @@ CONTAINER ID IMAGE [...] NAMES
5353
06e633da3494 registry.example.com/my-app:latest [...] my-app
5454
5555
# capture and sanitize
56-
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.4/heap-dump-tool-1.1.4-all.jar
56+
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.5/heap-dump-tool-1.1.5-all.jar
5757
$ java -jar heap-dump-tool.jar capture my-app
5858
```
5959

@@ -100,7 +100,7 @@ To sanitize environment variables in hs_err* files, you can run:
100100

101101
```
102102
# with java -jar
103-
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.4/heap-dump-tool-1.1.4-all.jar
103+
$ wget -O heap-dump-tool.jar https://repo1.maven.org/maven2/com/paypal/heap-dump-tool/1.1.5/heap-dump-tool-1.1.5-all.jar
104104
$ java -jar heap-dump-tool.jar sanitize-hserr input-hs_err.log outout-hs_err.log
105105
106106
# Or, with docker
@@ -115,7 +115,7 @@ To use it as a library and embed it within another app, you can declare it as de
115115
<dependency>
116116
<groupId>com.paypal</groupId>
117117
<artifactId>heap-dump-tool</artifactId>
118-
<version>1.1.4</version>
118+
<version>1.1.5</version>
119119
</dependency>
120120
```
121121

0 commit comments

Comments
 (0)