Skip to content

Commit 282fd2a

Browse files
MakarovSdmitry-timofeev
authored andcommitted
Add POM release configuration (#719)
Add distributionManagement needed for releasing this module to maven central.
1 parent e3a67eb commit 282fd2a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

exonum-light-client/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,27 @@
4141
</developer>
4242
</developers>
4343

44+
<scm>
45+
<connection>scm:git:https://github.com/exonum/exonum-java-binding.git</connection>
46+
<developerConnection>scm:git:[email protected]:/exonum/exonum-java-binding.git</developerConnection>
47+
<url>https://github.com/exonum/exonum-java-binding</url>
48+
<tag>HEAD</tag>
49+
</scm>
50+
<issueManagement>
51+
<system>github</system>
52+
<url>https://github.com/exonum/exonum-java-binding/issues</url>
53+
</issueManagement>
54+
<distributionManagement>
55+
<snapshotRepository>
56+
<id>ossrh</id>
57+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
58+
</snapshotRepository>
59+
<repository>
60+
<id>ossrh</id>
61+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
62+
</repository>
63+
</distributionManagement>
64+
4465
<properties>
4566
<!-- Project configuration -->
4667
<ejb.version>0.4.0</ejb.version>

0 commit comments

Comments
 (0)