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 373c206 commit 10f0c33Copy full SHA for 10f0c33
pom.xml
@@ -80,6 +80,16 @@
80
<artifactId>oss-parent</artifactId>
81
<version>7</version>
82
</parent>
83
+ <distributionManagement>
84
+ <snapshotRepository>
85
+ <id>ossrh</id>
86
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
87
+ </snapshotRepository>
88
+ <repository>
89
90
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
91
+ </repository>
92
+ </distributionManagement>
93
<scm>
94
<connection>scm:git:[email protected]:vkostyukov/la4j.git</connection>
95
<developerConnection>scm:git:[email protected]:vkostyukov/la4j.git</developerConnection>
0 commit comments