Skip to content

Commit

Permalink
Fix github mvn repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkbains authored Feb 7, 2024
1 parent 2d4aa1e commit 56386cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/SolaceDev/solace-quarkus-ci-dev</url>
<url>https://maven.pkg.github.com/SolaceLabs/solace-quarkus</url>
</repository>
<snapshotRepository>
<id>github</id>
<url>https://maven.pkg.github.com/SolaceDev/solace-quarkus-ci-dev</url>
<url>https://maven.pkg.github.com/SolaceLabs/solace-quarkus</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit 56386cf

Please sign in to comment.