We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd196aa commit 871c712Copy full SHA for 871c712
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.paypal</groupId>
6
<artifactId>heap-dump-tool</artifactId>
7
- <version>1.1.6-SNAPSHOT</version>
+ <version>1.1.6</version>
8
9
<name>Heap Dump Tool</name>
10
<description>
@@ -68,7 +68,7 @@
68
<connection>scm:git:git://github.com/paypal/heap-dump-tool.git</connection>
69
<developerConnection>scm:git:https://github.com/paypal/heap-dump-tool.git</developerConnection>
70
<url>http://github.com/paypal/heap-dump-tool/tree/main</url>
71
- <tag>HEAD</tag>
+ <tag>heap-dump-tool-1.1.6</tag>
72
</scm>
73
74
<developers>
0 commit comments