We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78da0b6 commit 2ff8650Copy full SHA for 2ff8650
README.md
@@ -351,7 +351,7 @@ Add the GitHub Packages repository in `repositories` and the desired `SNAPSHOT`
351
<repository>
352
<id>github-quickfixj</id>
353
<name>GitHub Packages for quickfixj</name>
354
- <url>https://maven.pkg.github.com/quickfixj/quickfixj</url>
+ <url>https://maven.pkg.github.com/quickfix-j/quickfixj</url>
355
<snapshots>
356
<enabled>true</enabled>
357
</snapshots>
@@ -380,7 +380,7 @@ Add the following to your `build.gradle` file:
380
//build.gradle
381
repositories {
382
maven {
383
- url = uri("https://maven.pkg.github.com/quickfixj/quickfixj")
+ url = uri("https://maven.pkg.github.com/quickfix-j/quickfixj")
384
credentials {
385
username = "USERNAME" // Your GitHub username
386
password = "GITHUB_PAT" // Your GitHub PAT
0 commit comments