We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7976ec commit 06b4a74Copy full SHA for 06b4a74
pom.xml
@@ -209,4 +209,18 @@
209
<url>http://clojars.org/repo</url>
210
</pluginRepository>
211
</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
226
</project>
0 commit comments