We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f8982 commit 73147f7Copy full SHA for 73147f7
1 file changed
pom.xml
@@ -266,6 +266,17 @@
266
</plugins>
267
</build>
268
269
+ <distributionManagement>
270
+ <snapshotRepository>
271
+ <id>ossrh</id>
272
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
273
+ </snapshotRepository>
274
+ <repository>
275
276
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
277
+ </repository>
278
+ </distributionManagement>
279
+
280
<profiles>
281
<profile>
282
<id>gpg</id>
0 commit comments