Merge pull request 'renamed kvant maven repository' (#19) from mvn-repo-rename into main
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m34s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m34s
Reviewed-on: phoenix/quarkus-commons#19
This commit is contained in:
commit
add4c4017a
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
servers: |
|
servers: |
|
||||||
[{
|
[{
|
||||||
"id": "kvant-gitea",
|
"id": "kvant",
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"httpHeaders": {
|
"httpHeaders": {
|
||||||
"property": {
|
"property": {
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -38,11 +38,11 @@
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>kvant-gitea</id>
|
<id>kvant</id>
|
||||||
<url>https://git.kvant.cloud/api/packages/phoenix/maven</url>
|
<url>https://git.kvant.cloud/api/packages/phoenix/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>kvant-gitea</id>
|
<id>kvant</id>
|
||||||
<url>https://git.kvant.cloud/api/packages/phoenix/maven</url>
|
<url>https://git.kvant.cloud/api/packages/phoenix/maven</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue