We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f794ce commit b5ff144Copy full SHA for b5ff144
1 file changed
pom.xml
@@ -185,4 +185,15 @@
185
</build>
186
</profile>
187
</profiles>
188
+
189
+ <distributionManagement>
190
+ <snapshotRepository>
191
+ <id>ossrh</id>
192
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
193
+ </snapshotRepository>
194
+ <repository>
195
196
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
197
+ </repository>
198
+ </distributionManagement>
199
</project>
0 commit comments