Skip to content

Commit 6adfda3

Browse files
POM: distributionManagement (#139)
1 parent c142cea commit 6adfda3

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

pom.xml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,28 @@
3939
</developer>
4040
</developers>
4141

42-
<parent>
43-
<groupId>org.sonatype.oss</groupId>
44-
<artifactId>oss-parent</artifactId>
45-
<version>7</version>
46-
</parent>
42+
<!-- parent>
43+
<groupId>org.sonatype.oss</groupId>
44+
<artifactId>oss-parent</artifactId>
45+
<version>7</version>
46+
</parent -->
4747

48-
<scm>
49-
<connection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</connection>
50-
<developerConnection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</developerConnection>
51-
<url>https://github.com/Esri/spatial-framework-for-hadoop</url>
52-
</scm>
48+
<distributionManagement>
49+
<snapshotRepository>
50+
<id>ossrh</id>
51+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
52+
</snapshotRepository>
53+
<repository>
54+
<id>ossrh</id>
55+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
56+
</repository>
57+
</distributionManagement>
58+
59+
<scm>
60+
<connection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</connection>
61+
<developerConnection>scm:git:git@github.com:Esri/spatial-framework-for-hadoop.git</developerConnection>
62+
<url>https://github.com/Esri/spatial-framework-for-hadoop</url>
63+
</scm>
5364

5465
<modules>
5566
<module>hive</module>

0 commit comments

Comments
 (0)