We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c1513 commit 64f538cCopy full SHA for 64f538c
1 file changed
pom.xml
@@ -47,6 +47,17 @@
47
<tag>master</tag>
48
</scm>
49
50
+ <distributionManagement>
51
+ <snapshotRepository>
52
+ <id>ossrh</id>
53
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
54
+ </snapshotRepository>
55
+ <repository>
56
57
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
58
+ </repository>
59
+ </distributionManagement>
60
+
61
<repositories>
62
<repository>
63
<id>central</id>
0 commit comments