File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,16 @@ The API of the `AsyncProfilerLoader` can be used to execute all commands of the
165165
166166The converters reside in the ` one.converter` package.
167167
168+ # ## Releases
169+
170+ ` ` ` xml
171+ < dependency>
172+ < groupId> me.bechberger< /groupId>
173+ < artifactId> ap-loader< /artifactId>
174+ < version> version-variant< /version>
175+ < /dependency>
176+ ` ` `
177+
168178# ## Snapshots
169179
170180We currently only release to snapshot, as the API is not stable yet.
@@ -242,14 +252,16 @@ Usage:
242252 python3 ./bin/releaser.py <command> ... <command> [release or current if not present]
243253
244254Commands:
245- current_version print the youngest released version of async-profiler
255+ current_version print the youngest released version of async-profiler
246256 versions print all released versions of async-profiler (supported by this project)
247257 download download and prepare the folders for the given release
248258 build build the wrappers for the given release
249259 test test the given release
250- deploy deploy the wrappers for the given release, i.e., use "mvn deploy"
260+ deploy_mvn deploy the wrappers for the given release as a snapshot to maven
261+ deploy_gh deploy the wrappers for the given release as a snapshot to GitHub
262+ deploy deploy the wrappers for the given release as a snapshot
263+ deploy_release deploy the wrappers for the given release
251264 clear clear the ap-releases and target folders for a fresh start
252-
253265```
254266
255267Changelog
Original file line number Diff line number Diff line change 239239 </snapshotRepository >
240240 <repository >
241241 <id >ossrh</id >
242- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 /
242+ <url >https://s01.oss.sonatype.org/content/repositories/releases /
243243 </url >
244244 </repository >
245245 </distributionManagement >
Original file line number Diff line number Diff line change 228228 </snapshotRepository >
229229 <repository >
230230 <id >ossrh</id >
231- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 /
231+ <url >https://s01.oss.sonatype.org/content/repositories/releases /
232232 </url >
233233 </repository >
234234 </distributionManagement >
You can’t perform that action at this time.
0 commit comments