@@ -50,11 +50,11 @@ from maven central, e.g:
5050<dependency >
5151 <groupId >me.bechberger</groupId >
5252 <artifactId >ap-loader-all</artifactId >
53- <version >3.0-8 </version >
53+ <version >3.0-9 </version >
5454</dependency >
5555```
5656
57- Others are of course available, see [ maven central] ( https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/3.0-8 ) .
57+ Others are of course available, see [ maven central] ( https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/3.0-9 ) .
5858
5959You can also use [ JBang] ( https://jbang.dev ) to simplify the usage of ap-loader. There are examples in documentation below.
6060
@@ -234,7 +234,7 @@ The latest `all` version can be added via:
234234< dependency>
235235 < groupId> me.bechberger< /groupId>
236236 < artifactId> ap-loader-all< /artifactId>
237- < version> 3.0-8 < /version>
237+ < version> 3.0-9 < /version>
238238< /dependency>
239239` ` `
240240
@@ -253,11 +253,11 @@ python3 ./bin/releaser.py download 3.0
253253# build the JAR for the release
254254# maven might throw warnings, related to the project version setting,
255255# but the alternative solutions don't work, so we ignore the warning for now
256- mvn -Dproject.vversion=3.0 -Dproject.subrelease=7 -Dproject.platform=macos package assembly:single
256+ mvn -Dproject.vversion=3.0 -Dproject.subrelease=9 -Dproject.platform=macos package assembly:single
257257# use it
258- java -jar target/ap-loader-macos-3.0-8 -full.jar ...
258+ java -jar target/ap-loader-macos-3.0-9 -full.jar ...
259259# build the all JAR
260- mvn -Dproject.vversion=3.0 -Dproject.subrelease=7 -Dproject.platform=all package assembly:single
260+ mvn -Dproject.vversion=3.0 -Dproject.subrelease=9 -Dproject.platform=all package assembly:single
261261` ` `
262262
263263Development
@@ -302,7 +302,7 @@ And the following for a new async-profiler release:
302302Changelog
303303---------
304304
305- ### Unreleased
305+ ### v9
306306
307307- Fix FlameGraph converter [#22](https://github.com/jvm-profiling-tools/ap-loader/issues/22)
308308
0 commit comments