Skip to content

Commit 9b9a5b4

Browse files
committed
Fix pom_all.xml
1 parent e5cb5a8 commit 9b9a5b4

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ The API of the `AsyncProfilerLoader` can be used to execute all commands of the
165165
166166
The 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
170180
We 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
244254
Commands:
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
255267
Changelog

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
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>

pom_all.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
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>

0 commit comments

Comments
 (0)