Skip to content

Commit 6cca6bc

Browse files
committed
chore: Adjust releasing
1 parent d2ca3bc commit 6cca6bc

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
override: true
4646
servers: |
4747
[{
48-
"id": "repo.jenkins-ci.org",
48+
"id": "maven.jenkins-ci.org",
4949
"username": "${{ vars.OSS_JENKINS_USER }}",
5050
"password": "${{ secrets.OSS_JENKINS_PASS }}"
5151
}]

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@
167167
<tag>v2.4.2</tag>
168168
</scm>
169169

170+
<distributionManagement>
171+
<repository>
172+
<id>maven.jenkins-ci.org</id>
173+
<url>https://repo.jenkins-ci.org/releases/</url>
174+
</repository>
175+
</distributionManagement>
176+
170177
<repositories>
171178
<repository>
172179
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)