@@ -46,11 +46,11 @@ from maven central, e.g:
46
46
<dependency >
47
47
<groupId >me.bechberger</groupId >
48
48
<artifactId >ap-loader-all</artifactId >
49
- <version >2.9-6 </version >
49
+ <version >2.9-7 </version >
50
50
</dependency >
51
51
```
52
52
53
- Others are of course available, see [ maven central] ( https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/2.9-6 ) .
53
+ Others are of course available, see [ maven central] ( https://central.sonatype.com/artifact/me.bechberger/ap-loader-all/2.9-7 ) .
54
54
55
55
You can also use [ JBang] ( https://jbang.dev ) to simplify the usage of ap-loader. There are examples in documentation below.
56
56
@@ -230,7 +230,7 @@ The latest `all` version can be added via:
230
230
< dependency>
231
231
< groupId> me.bechberger< /groupId>
232
232
< artifactId> ap-loader-all< /artifactId>
233
- < version> 2.9-6 < /version>
233
+ < version> 2.9-7 < /version>
234
234
< /dependency>
235
235
` ` `
236
236
@@ -249,11 +249,11 @@ python3 ./bin/releaser.py download 2.9
249
249
# build the JAR for the release
250
250
# maven might throw warnings, related to the project version setting,
251
251
# but the alternative solutions don't work, so we ignore the warning for now
252
- mvn -Dproject.vversion=2.9 -Dproject.subrelease=6 -Dproject.platform=macos package assembly:single
252
+ mvn -Dproject.vversion=2.9 -Dproject.subrelease=7 -Dproject.platform=macos package assembly:single
253
253
# use it
254
- java -jar target/ap-loader-macos-2.9-6 -full.jar ...
254
+ java -jar target/ap-loader-macos-2.9-7 -full.jar ...
255
255
# build the all JAR
256
- mvn -Dproject.vversion=2.9 -Dproject.subrelease=6 -Dproject.platform=all package assembly:single
256
+ mvn -Dproject.vversion=2.9 -Dproject.subrelease=7 -Dproject.platform=all package assembly:single
257
257
` ` `
258
258
259
259
Development
@@ -298,6 +298,10 @@ And the following for a new async-profiler release:
298
298
Changelog
299
299
---------
300
300
301
+ ### v7
302
+
303
+ - Drop dev.dirs:directories dependency #13 (thanks to @jsjant for spotting the potential licensing issue and fixing it in #14)
304
+
301
305
### v6
302
306
303
307
- Fix Linux Arm64 release #12 (thanks to @dkrawiec-c for fixing this issue)
0 commit comments