Skip to content

Commit 5768142

Browse files
committed
add distributionManagement for release
1 parent c97a918 commit 5768142

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,17 @@
3333
<munit.version>3.2.1</munit.version>
3434
</properties>
3535

36+
<distributionManagement>
37+
<snapshotRepository>
38+
<id>ossrh</id>
39+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
40+
</snapshotRepository>
41+
<repository>
42+
<id>ossrh</id>
43+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44+
</repository>
45+
</distributionManagement>
46+
3647
<build>
3748
<testResources>
3849
<testResource>

0 commit comments

Comments
 (0)