File tree 3 files changed +17
-5
lines changed
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
165
165
166
166
The converters reside in the ` one.converter` package.
167
167
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
+
168
178
# ## Snapshots
169
179
170
180
We currently only release to snapshot, as the API is not stable yet.
@@ -242,14 +252,16 @@ Usage:
242
252
python3 ./bin/releaser.py <command> ... <command> [release or current if not present]
243
253
244
254
Commands:
245
- current_version print the youngest released version of async-profiler
255
+ current_version print the youngest released version of async-profiler
246
256
versions print all released versions of async-profiler (supported by this project)
247
257
download download and prepare the folders for the given release
248
258
build build the wrappers for the given release
249
259
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
251
264
clear clear the ap-releases and target folders for a fresh start
252
-
253
265
```
254
266
255
267
Changelog
Original file line number Diff line number Diff line change 239
239
</snapshotRepository >
240
240
<repository >
241
241
<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 /
243
243
</url >
244
244
</repository >
245
245
</distributionManagement >
Original file line number Diff line number Diff line change 228
228
</snapshotRepository >
229
229
<repository >
230
230
<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 /
232
232
</url >
233
233
</repository >
234
234
</distributionManagement >
You can’t perform that action at this time.
0 commit comments