Skip to content

Commit a1f8fe5

Browse files
committed
update pom
1 parent ecb5fb2 commit a1f8fe5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

+18
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,24 @@
4343
</developer>
4444
</developers>
4545

46+
<distributionManagement>
47+
48+
<snapshotRepository>
49+
50+
<id>ossrh</id>
51+
52+
<name>Sonatype Snapshots</name>
53+
54+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
55+
56+
<uniqueVersion>true</uniqueVersion>
57+
58+
<layout>default</layout>
59+
60+
</snapshotRepository>
61+
62+
</distributionManagement>
63+
4664
<dependencies>
4765

4866
<!-- test -->

0 commit comments

Comments
 (0)