@@ -50,11 +50,11 @@ from maven central, e.g:
50
50
<dependency >
51
51
<groupId >me.bechberger</groupId >
52
52
<artifactId >ap-loader-all</artifactId >
53
- <version >3.0-8 </version >
53
+ <version >3.0-9 </version >
54
54
</dependency >
55
55
```
56
56
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 ) .
58
58
59
59
You can also use [ JBang] ( https://jbang.dev ) to simplify the usage of ap-loader. There are examples in documentation below.
60
60
@@ -234,7 +234,7 @@ The latest `all` version can be added via:
234
234
< dependency>
235
235
< groupId> me.bechberger< /groupId>
236
236
< artifactId> ap-loader-all< /artifactId>
237
- < version> 3.0-8 < /version>
237
+ < version> 3.0-9 < /version>
238
238
< /dependency>
239
239
` ` `
240
240
@@ -253,11 +253,11 @@ python3 ./bin/releaser.py download 3.0
253
253
# build the JAR for the release
254
254
# maven might throw warnings, related to the project version setting,
255
255
# 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
257
257
# 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 ...
259
259
# 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
261
261
` ` `
262
262
263
263
Development
@@ -302,7 +302,7 @@ And the following for a new async-profiler release:
302
302
Changelog
303
303
---------
304
304
305
- ### Unreleased
305
+ ### v9
306
306
307
307
- Fix FlameGraph converter [#22](https://github.com/jvm-profiling-tools/ap-loader/issues/22)
308
308
0 commit comments