We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b60a47 commit 48ea8eeCopy full SHA for 48ea8ee
1 file changed
pom.xml
@@ -286,4 +286,16 @@
286
</build>
287
</profile>
288
</profiles>
289
+
290
+ <distributionManagement>
291
+ <snapshotRepository>
292
+ <id>ossrh</id>
293
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
294
+ </snapshotRepository>
295
+ <repository>
296
297
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
298
+ </repository>
299
+ </distributionManagement>
300
301
</project>
0 commit comments