Skip to content

Commit 59fceee

Browse files
author
psainics
committed
CDAP OSS migration
1 parent 867406f commit 59fceee

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
30+
<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)