Skip to content

Commit 67b9830

Browse files
author
Pushpender Saini
authored
Merge pull request #71 from data-integrations/cherry-pick/59fceee76286918357ddedf5d65d25df4d8e9a0f
[🍒][6.10][6.11] CDAP OSS migration
2 parents 32d6c8f + 695d24c commit 67b9830

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<cdap.version>6.8.0</cdap.version>
3131
<hadoop.version>2.10.2</hadoop.version>
3232
<hsql.version>2.2.4</hsql.version>
33-
<hydrator.version>2.11.0-SNAPSHOT</hydrator.version>
33+
<hydrator.version>2.11.0</hydrator.version>
3434
<!-- properties for script build step that creates the config files for the artifacts -->
3535
<widgets.dir>widgets</widgets.dir>
3636
<docs.dir>docs</docs.dir>
@@ -43,23 +43,12 @@
4343
</properties>
4444

4545
<repositories>
46-
<repository>
47-
<id>sonatype</id>
48-
<url>https://oss.sonatype.org/content/groups/public</url>
49-
</repository>
5046
<repository>
5147
<id>sonatype-snapshots</id>
52-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
48+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
5349
</repository>
5450
</repositories>
5551

56-
<pluginRepositories>
57-
<pluginRepository>
58-
<id>sonatype</id>
59-
<url>https://oss.sonatype.org/content/groups/public</url>
60-
</pluginRepository>
61-
</pluginRepositories>
62-
6352
<dependencies>
6453
<dependency>
6554
<groupId>io.cdap.cdap</groupId>

0 commit comments

Comments
 (0)