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 28b6fec commit 4d7a4e2Copy full SHA for 4d7a4e2
pom.xml
@@ -274,4 +274,15 @@
274
</build>
275
</profile>
276
</profiles>
277
+
278
+ <distributionManagement>
279
+ <snapshotRepository>
280
+ <id>ossrh</id>
281
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
282
+ </snapshotRepository>
283
+ <repository>
284
285
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
286
+ </repository>
287
+ </distributionManagement>
288
</project>
0 commit comments