Skip to content

Commit

Permalink
Added distribution info to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 2, 2016
1 parent 29fac87 commit 9718282
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
<url>[email protected]:smartystreets/smartystreets-java-sdk.git</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>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
Expand Down

0 comments on commit 9718282

Please sign in to comment.