Skip to content

Commit

Permalink
Added distribution management (OSSRH).
Browse files Browse the repository at this point in the history
  • Loading branch information
gdela committed Mar 2, 2019
1 parent 4e50177 commit 428d3e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
<developerConnection>scm:git:ssh://github.com:gdela/gdela.git</developerConnection>
<url>https://github.com/gdela/socomo/tree/master</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 428d3e8

Please sign in to comment.