Skip to content

Commit d294632

Browse files
committed
Updated README
1 parent be80f9a commit d294632

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ First tries to see if the app is on J9 JVM, and falls back to Spring Boot defaul
55

66
# Usage
77

8-
0. Clone the repo and run `mvn clean install` to make available in the local Maven repository
98
1. Add the artifact as a dependency
109
```
1110
<dependency>
1211
<groupId>io.github.sa1nt</groupId>
1312
<artifactId>ibm-heapdump-spring-boot-actuator</artifactId>
14-
<version>0.2</version>
13+
<version>0.8</version>
1514
</dependency>
1615
```
1716

@@ -29,3 +28,8 @@ public class IBMHeapdumpConfiguration {
2928
}
3029
}
3130
```
31+
32+
# Build
33+
34+
1. Clone the repo
35+
2. Run `mvn clean package`

0 commit comments

Comments
 (0)