Skip to content

Commit 06b4a74

Browse files
committed
ci: change central staging repo url
1 parent f7976ec commit 06b4a74

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,18 @@
209209
<url>http://clojars.org/repo</url>
210210
</pluginRepository>
211211
</pluginRepositories>
212+
213+
<distributionManagement>
214+
<snapshotRepository>
215+
<id>exist-db-snapshots</id>
216+
<name>exist-db.org - eXist-db Snapshots</name>
217+
<url>https://repo.exist-db.org/repository/exist-db-snapshots/</url>
218+
</snapshotRepository>
219+
<repository>
220+
<id>sonatype-nexus-staging</id>
221+
<name>Nexus Release Repository</name>
222+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
223+
</repository>
224+
</distributionManagement>
225+
212226
</project>

0 commit comments

Comments
 (0)