We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97a918 commit 5768142Copy full SHA for 5768142
pom.xml
@@ -33,6 +33,17 @@
33
<munit.version>3.2.1</munit.version>
34
</properties>
35
36
+ <distributionManagement>
37
+ <snapshotRepository>
38
+ <id>ossrh</id>
39
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
40
+ </snapshotRepository>
41
+ <repository>
42
43
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44
+ </repository>
45
+ </distributionManagement>
46
+
47
<build>
48
<testResources>
49
<testResource>
0 commit comments