Skip to content

Commit b3329ba

Browse files
committed
Stop using legacy syntax for alternative repository
1 parent 648ab05 commit b3329ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 17
2121
cache: maven
2222
- name: Build and Publish
23-
run: ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::default::file://$(pwd)/distribution-repository
23+
run: ./mvnw clean deploy --batch-mode --no-transfer-progress --update-snapshots -Dfull -DaltDeploymentRepository=distribution::file://$(pwd)/distribution-repository
2424
- name: Deploy
2525
uses: spring-io/artifactory-deploy-action@26bbe925a75f4f863e1e529e85be2d0093cac116 # v0.0.1
2626
with:

ci/scripts/build-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ source $(dirname $0)/common.sh
55
repository=$(pwd)/distribution-repository
66

77
pushd git-repo > /dev/null
8-
run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository}
8+
run_maven clean deploy -U -Dfull -DaltDeploymentRepository=distribution::file://${repository}
99
popd > /dev/null

0 commit comments

Comments
 (0)