Skip to content

Commit 142bf80

Browse files
authored
Merge pull request #146 from data-integrations/oss_mig_cdf_610
OSSRH migrate for cdf 6.10
2 parents 9b2d816 + 67395c8 commit 142bf80

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

pom.xml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,9 @@
6666
</properties>
6767

6868
<repositories>
69-
<repository>
70-
<id>sonatype</id>
71-
<url>https://oss.sonatype.org/content/groups/public</url>
72-
<releases>
73-
<enabled>true</enabled>
74-
</releases>
75-
<snapshots>
76-
<enabled>false</enabled>
77-
</snapshots>
78-
</repository>
7969
<repository>
8070
<id>sonatype-snapshots</id>
81-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
71+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8272
<releases>
8373
<enabled>false</enabled>
8474
</releases>
@@ -88,17 +78,6 @@
8878
</repository>
8979
</repositories>
9080

91-
<distributionManagement>
92-
<repository>
93-
<id>sonatype.release</id>
94-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
95-
</repository>
96-
<snapshotRepository>
97-
<id>sonatype.snapshots</id>
98-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
99-
</snapshotRepository>
100-
</distributionManagement>
101-
10281
<dependencyManagement>
10382
<dependencies>
10483
<dependency>

0 commit comments

Comments
 (0)