Skip to content

Commit 30964df

Browse files
authored
Merge pull request #49 from data-integrations/a_migrate/cdap_ossrh
CDAP OSS migration
2 parents add6496 + ee4a7d3 commit 30964df

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

pom.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,10 @@
5252
<url>https://issues.cask.co/browse/CDAP</url>
5353
</issueManagement>
5454

55-
<distributionManagement>
56-
<repository>
57-
<id>sonatype.release</id>
58-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
59-
</repository>
60-
<snapshotRepository>
61-
<id>sonatype.snapshots</id>
62-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
63-
</snapshotRepository>
64-
<site>
65-
<id>cdap</id>
66-
<url>http://cdap.io</url>
67-
</site>
68-
</distributionManagement>
69-
7055
<repositories>
71-
<repository>
72-
<id>sonatype</id>
73-
<url>https://oss.sonatype.org/content/groups/public</url>
74-
<releases>
75-
<enabled>true</enabled>
76-
</releases>
77-
<snapshots>
78-
<enabled>false</enabled>
79-
</snapshots>
80-
</repository>
8156
<repository>
8257
<id>sonatype-snapshots</id>
83-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
58+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8459
<releases>
8560
<enabled>false</enabled>
8661
</releases>

0 commit comments

Comments
 (0)