We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d87681 commit 168c2f1Copy full SHA for 168c2f1
pom.xml
@@ -190,4 +190,14 @@
190
</plugin>
191
</plugins>
192
</build>
193
+ <distributionManagement>
194
+ <snapshotRepository>
195
+ <id>ossrh</id>
196
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
197
+ </snapshotRepository>
198
+ <repository>
199
200
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
201
+ </repository>
202
+ </distributionManagement>
203
</project>
0 commit comments