Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .build/parent-maven-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<byteman.version>4.0.26</byteman.version>
<netty.version>4.1.130.Final</netty.version>
<ohc.version>0.5.1</ohc.version>
<async-profiler.version>4.2</async-profiler.version>
<async-profiler.version>4.5</async-profiler.version>

<!-- These are referenced in build.xml, so need to be propagated from there -->
<asm.version>@asm.version@</asm.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ If you need to use a different version of async-profiler (for example, to test a
After building Cassandra, replace the JAR in the build output directory:

----
$ cp /path/to/your/async-profiler-X.Y.jar build/lib/jars/async-profiler-4.2.jar
$ cp /path/to/your/async-profiler-X.Y.jar build/lib/jars/async-profiler-<current_version>.jar
----

Or replace it in the lib directory before building:

----
$ cp /path/to/your/async-profiler-X.Y.jar lib/async-profiler-4.2.jar
$ cp /path/to/your/async-profiler-X.Y.jar lib/async-profiler-<current_version>.jar
$ ant clean jar
----

Expand Down
Loading