Skip to content

Commit 36297ba

Browse files
committed
Move to jvm-profiling-tools repo
1 parent ce7f360 commit 36297ba

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ into other Java-based tools.
1010

1111
The wrapper is tested against all relevant tests of the async-profiler tool, ensuring that it has the same behavior.
1212

13-
Take the [`all` build](https://github.com/parttimenerd/ap-loader/releases/latest/download/ap-loader-all.jar) and you have a JAR that provides the important features of async-profiler on all supported
13+
Take the [`all` build](https://github.com/jvm-profiling-tools/ap-loader/releases/latest/download/ap-loader-all.jar) and you have a JAR that provides the important features of async-profiler on all supported
1414
platforms.
1515

1616
A changelog can be found in the async-profiler repository, as this library should rarely change itself.
@@ -24,9 +24,9 @@ Download
2424
--------
2525

2626
You can download the latest release from the
27-
[latest release page](https://github.com/parttimenerd/ap-loader/releases/latest/).
27+
[latest release page](https://github.com/jvm-profiling-tools/ap-loader/releases/latest/).
2828
As a shortcut, the wrapper for all platforms can be found
29-
[here](https://github.com/parttimenerd/ap-loader/releases/latest/download/ap-loader-all.jar).
29+
[here](https://github.com/jvm-profiling-tools/ap-loader/releases/latest/download/ap-loader-all.jar).
3030

3131
It should be up to date with the latest async-profiler release, but if not, feel free to create an issue.
3232

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>me.bechberger</groupId>
88
<artifactId>ap-loader</artifactId>
99
<version>${project.versionPlatform}${project.suffix}</version>
10-
<url>https://github.com/parttimenerd/ap-loader</url>
10+
<url>https://github.com/jvm-profiling-tools/ap-loader</url>
1111
<licenses>
1212
<license>
1313
<name>Apache License, Version 2.0</name>
@@ -22,9 +22,9 @@
2222
</developer>
2323
</developers>
2424
<scm>
25-
<connection>scm:git:https://github.com/parttimenerd/ap-loader.git</connection>
26-
<developerConnection>scm:git:https://github.com/parttimenerd/ap-loader.git</developerConnection>
27-
<url>https://github.com/parttimenerd/ap-loader.git</url>
25+
<connection>scm:git:https://github.com/jvm-profiling-tools/ap-loader.git</connection>
26+
<developerConnection>scm:git:https://github.com/jvm-profiling-tools/ap-loader.git</developerConnection>
27+
<url>https://github.com/jvm-profiling-tools/ap-loader.git</url>
2828
</scm>
2929
<inceptionYear>2022</inceptionYear>
3030
<description>Packages async-profiler, including the converter and jattach, in a single JAR.</description>

pom_all.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>me.bechberger</groupId>
88
<artifactId>ap-loader</artifactId>
99
<version>${project.versionPlatform}${project.suffix}</version>
10-
<url>https://github.com/parttimenerd/ap-loader</url>
10+
<url>https://github.com/jvm-profiling-tools/ap-loader</url>
1111
<licenses>
1212
<license>
1313
<name>Apache License, Version 2.0</name>
@@ -22,9 +22,9 @@
2222
</developer>
2323
</developers>
2424
<scm>
25-
<connection>scm:git:https://github.com/parttimenerd/ap-loader.git</connection>
26-
<developerConnection>scm:git:https://github.com/parttimenerd/ap-loader.git</developerConnection>
27-
<url>https://github.com/parttimenerd/ap-loader.git</url>
25+
<connection>scm:git:https://github.com/jvm-profiling-tools/ap-loader.git</connection>
26+
<developerConnection>scm:git:https://github.com/jvm-profiling-tools/ap-loader.git</developerConnection>
27+
<url>https://github.com/jvm-profiling-tools/ap-loader.git</url>
2828
</scm>
2929
<inceptionYear>2022</inceptionYear>
3030
<description>Packages async-profiler, including the converter and jattach, in a single JAR.</description>

0 commit comments

Comments
 (0)