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

Commit 4dc27ff

Browse files
committed
chore: switch to central
1 parent 2f8c79b commit 4dc27ff

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
servers: |
6969
[{
70-
"id": "ossrh",
70+
"id": "central",
7171
"username": "${{ secrets.OSSRH_USERNAME }}",
7272
"password": "${{ secrets.OSSRH_TOKEN }}"
7373
}]

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@
3333
</developer>
3434
</developers>
3535

36-
<distributionManagement>
37-
<snapshotRepository>
38-
<id>ossrh</id>
39-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
40-
</snapshotRepository>
41-
<repository>
42-
<id>ossrh</id>
43-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44-
</repository>
45-
</distributionManagement>
46-
4736
<scm>
4837
<connection>scm:git:https://github.com/nicholasM95/vwgroup-connector.git</connection>
4938
<url>https://github.com/nicholasM95/vwgroup-connector.git</url>
@@ -135,7 +124,7 @@
135124
<version>0.7.0</version>
136125
<extensions>true</extensions>
137126
<configuration>
138-
<publishingServerId>ossrh</publishingServerId>
127+
<publishingServerId>central</publishingServerId>
139128
</configuration>
140129
</plugin>
141130
<plugin>

0 commit comments

Comments
 (0)