Skip to content

Commit 009d06a

Browse files
committed
CDAP OSS Migration for 6.11
1 parent 42848a9 commit 009d06a

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,11 @@
3939
<url>https://issues.cask.co/projects/CDAP</url>
4040
</issueManagement>
4141

42-
<distributionManagement>
43-
<repository>
44-
<id>sonatype.release</id>
45-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
46-
</repository>
47-
<snapshotRepository>
48-
<id>sonatype.snapshots</id>
49-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
50-
</snapshotRepository>
51-
</distributionManagement>
5242

5343
<repositories>
54-
<repository>
55-
<id>sonatype</id>
56-
<url>https://oss.sonatype.org/content/groups/public</url>
57-
<releases>
58-
<enabled>true</enabled>
59-
</releases>
60-
<snapshots>
61-
<enabled>false</enabled>
62-
</snapshots>
63-
</repository>
6444
<repository>
6545
<id>sonatype-snapshots</id>
66-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
46+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
6747
<releases>
6848
<enabled>false</enabled>
6949
</releases>

0 commit comments

Comments
 (0)