Skip to content

Commit 10f0c33

Browse files
committed
Update pom.xml
1 parent 373c206 commit 10f0c33

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
@@ -80,6 +80,16 @@
8080
<artifactId>oss-parent</artifactId>
8181
<version>7</version>
8282
</parent>
83+
<distributionManagement>
84+
<snapshotRepository>
85+
<id>ossrh</id>
86+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
87+
</snapshotRepository>
88+
<repository>
89+
<id>ossrh</id>
90+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
91+
</repository>
92+
</distributionManagement>
8393
<scm>
8494
<connection>scm:git:[email protected]:vkostyukov/la4j.git</connection>
8595
<developerConnection>scm:git:[email protected]:vkostyukov/la4j.git</developerConnection>

0 commit comments

Comments
 (0)