Skip to content

Commit 8785ef8

Browse files
committed
Migrated from sonatype parent #91.
1 parent 7ce3b88 commit 8785ef8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@
155155
<scope>test</scope>
156156
</dependency>
157157
</dependencies>
158+
<distributionManagement>
159+
<snapshotRepository>
160+
<id>ossrh</id>
161+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
162+
</snapshotRepository>
163+
<repository>
164+
<id>ossrh</id>
165+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
166+
</repository>
167+
</distributionManagement>
158168
<dependencyManagement>
159169
<dependencies>
160170
<dependency>

0 commit comments

Comments
 (0)