Skip to content

Commit

Permalink
POM: distributionManagement (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
randallwhitman authored Nov 14, 2017
1 parent c142cea commit 6adfda3
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,28 @@
</developer>
</developers>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<!-- parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent -->

<scm>
<connection>scm:git:[email protected]:Esri/spatial-framework-for-hadoop.git</connection>
<developerConnection>scm:git:[email protected]:Esri/spatial-framework-for-hadoop.git</developerConnection>
<url>https://github.com/Esri/spatial-framework-for-hadoop</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>

<scm>
<connection>scm:git:[email protected]:Esri/spatial-framework-for-hadoop.git</connection>
<developerConnection>scm:git:[email protected]:Esri/spatial-framework-for-hadoop.git</developerConnection>
<url>https://github.com/Esri/spatial-framework-for-hadoop</url>
</scm>

<modules>
<module>hive</module>
Expand Down

0 comments on commit 6adfda3

Please sign in to comment.