File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ elif [[ "$PROJECT" == "infra-theme" || "$PROJECT" == "infra-extensions" ]]; then
59
59
-Dtag=$RELEASE_VERSION \
60
60
-DreleaseVersion=$RELEASE_VERSION \
61
61
-DdevelopmentVersion=$DEVELOPMENT_VERSION \
62
- -DperformRelease=true
62
+ -DperformRelease=true \
63
+ -Dmaven.resolver.transport=wagon
63
64
elif [ " $PROJECT " != " reactive" ]; then
64
65
# Hibernate Reactive does these checks in the `cirelease` task (called by publish.sh)
65
66
" $SCRIPTS_DIR /check-sourceforge-availability.sh"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ elif [ "$PROJECT" == "reactive" ]; then
100
100
# Publish the artifact to OSSRH
101
101
exec_or_dry_run ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -PsontaypeOssrhUser=$OSSRH_USER -PsonatypeOssrgPassword=$OSSRH_PASSWORD
102
102
elif [[ " $PROJECT " == " infra-theme" || " $PROJECT " == " infra-extensions" ]]; then
103
- exec_or_dry_run ./mvnw release:perform -DperformRelease=true
103
+ exec_or_dry_run ./mvnw release:perform -DperformRelease=true -Dmaven.resolver.transport=wagon
104
104
else
105
105
bash -xe " $SCRIPTS_DIR /deploy.sh" " $PROJECT "
106
106
You can’t perform that action at this time.
0 commit comments