Skip to content

Commit

Permalink
Update group to org.clyze in subprojects/heapDump-agent/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasios Antoniadis committed Apr 30, 2024
1 parent 55c47fc commit 6a9a853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/heapDump-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</manifest>
-->
<manifestEntries>
<Premain-Class>com.tsampikos.thelastdump.HeapDumpAgent</Premain-Class>
<Agent-Class>com.tsampikos.thelastdump.HeapDumpAgent</Agent-Class>
<Premain-Class>org.clyze.thelastdump.HeapDumpAgent</Premain-Class>
<Agent-Class>org.clyze.thelastdump.HeapDumpAgent</Agent-Class>
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<Can-Retransform-Classes>true</Can-Retransform-Classes>
<Can-Set-Native-Method-Prefix>false</Can-Set-Native-Method-Prefix>
Expand Down

0 comments on commit 6a9a853

Please sign in to comment.