Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 87ad7b2

Browse files
committed
Tweak release settings
1 parent ad18160 commit 87ad7b2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/settings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
<profile>
4343
<id>stagingrelease</id>
4444
<repositories>
45-
<repository>
46-
<id>central</id>
47-
<name>central</name>
48-
<url>https://repo.maven.apache.org/maven2</url>
49-
<snapshots>
50-
<enabled>false</enabled>
51-
</snapshots>
52-
</repository>
5345
<repository>
5446
<id>spring-staging</id>
5547
<name>Spring Staging</name>

.github/workflows/release-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
jfrog rt build-clean
139139
jfrog rt mvn clean install \
140140
-gs .github/settings.xml \
141-
-P-spring,stagingrelease,full,deploymentfiles \
141+
-Pstagingrelease,full,deploymentfiles \
142142
-DskipTests -U -B
143143
jfrog rt build-publish
144144
echo BUILD_ZOO_HANDLER_spring_cloud_dataflow_buildname=spring-cloud-dataflow-main-release >> $GITHUB_ENV

0 commit comments

Comments
 (0)