|
55 | 55 | <url>https://issues.cask.co/browse/CDAP</url> |
56 | 56 | </issueManagement> |
57 | 57 |
|
58 | | - <distributionManagement> |
59 | | - <repository> |
60 | | - <id>sonatype.release</id> |
61 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
62 | | - </repository> |
63 | | - <snapshotRepository> |
64 | | - <id>sonatype.snapshots</id> |
65 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
66 | | - </snapshotRepository> |
67 | | - </distributionManagement> |
68 | | - |
69 | 58 | <properties> |
70 | 59 | <jee.version>7</jee.version> |
71 | 60 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
72 | 61 | <avro.version>1.11.0</avro.version> |
73 | 62 | <bigquery.connector.hadoop3.version>hadoop3-1.2.0</bigquery.connector.hadoop3.version> |
74 | 63 | <commons.codec.version>1.4</commons.codec.version> |
75 | | - <cdap.version>6.11.0-SNAPSHOT</cdap.version> |
76 | | - <cdap.plugin.version>2.13.0-SNAPSHOT</cdap.plugin.version> |
| 64 | + <cdap.version>6.11.0</cdap.version> |
| 65 | + <cdap.plugin.version>2.13.0</cdap.plugin.version> |
77 | 66 | <dropwizard.metrics-core.version>3.2.6</dropwizard.metrics-core.version> |
78 | 67 | <flogger.system.backend.version>0.7.1</flogger.system.backend.version> |
79 | 68 | <gcs.connector.version>hadoop3-2.2.21</gcs.connector.version> |
|
118 | 107 | </dependencyManagement> |
119 | 108 |
|
120 | 109 | <repositories> |
121 | | - <repository> |
122 | | - <id>sonatype</id> |
123 | | - <url>https://oss.sonatype.org/content/groups/public</url> |
124 | | - <releases> |
125 | | - <enabled>true</enabled> |
126 | | - </releases> |
127 | | - <snapshots> |
128 | | - <enabled>false</enabled> |
129 | | - </snapshots> |
130 | | - </repository> |
131 | 110 | <repository> |
132 | 111 | <id>sonatype-snapshots</id> |
133 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 112 | + <url>https://central.sonatype.com/repository/maven-snapshots</url> |
134 | 113 | <releases> |
135 | 114 | <enabled>false</enabled> |
136 | 115 | </releases> |
|
394 | 373 | <groupId>org.apache.hbase</groupId> |
395 | 374 | <artifactId>hbase-common</artifactId> |
396 | 375 | </exclusion> |
397 | | - </exclusions> |
398 | | - </dependency> |
399 | | - <dependency> |
400 | | - <!-- |
401 | | - Required by bigtable-hbase-1.x-mapreduce instead of excluded non-shaded version. |
402 | | - Shaded library is used to avoid dependency conflicts with Datastore module on profobuf-java dependency. |
403 | | - Bigtable requires version 2.x and Datastore module requires 3.x protocol. |
404 | | - --> |
405 | | - <groupId>org.apache.hbase</groupId> |
406 | | - <artifactId>hbase-shaded-client</artifactId> |
407 | | - <version>${hbase-shaded-client.version}</version> |
408 | | - <exclusions> |
409 | | - <exclusion> |
410 | | - <groupId>org.slf4j</groupId> |
411 | | - <artifactId>slf4j-log4j12</artifactId> |
412 | | - </exclusion> |
413 | | - <exclusion> |
414 | | - <groupId>log4j</groupId> |
415 | | - <artifactId>log4j</artifactId> |
416 | | - </exclusion> |
417 | | - </exclusions> |
418 | | - </dependency> |
419 | | - <dependency> |
420 | | - <!-- |
421 | | - Required by bigtable-hbase-1.x-mapreduce instead of excluded non-shaded version. |
422 | | - Shaded library is used to avoid dependency conflicts with Datastore module on profobuf-java dependency. |
423 | | - Bigtable requires version 2.x and Datastore module requires 3.x protocol. |
424 | | - --> |
425 | | - <groupId>org.apache.hbase</groupId> |
426 | | - <artifactId>hbase-shaded-server</artifactId> |
427 | | - <version>${hbase-shaded-server.version}</version> |
428 | | - <exclusions> |
429 | | - <exclusion> |
430 | | - <groupId>org.slf4j</groupId> |
431 | | - <artifactId>slf4j-log4j12</artifactId> |
432 | | - </exclusion> |
433 | 376 | <exclusion> |
434 | | - <groupId>log4j</groupId> |
435 | | - <artifactId>log4j</artifactId> |
| 377 | + <groupId>org.apache.hadoop</groupId> |
| 378 | + <artifactId>hadoop-common</artifactId> |
436 | 379 | </exclusion> |
437 | 380 | </exclusions> |
438 | 381 | </dependency> |
439 | | - <dependency> |
440 | | - <groupId>io.dropwizard.metrics</groupId> |
441 | | - <artifactId>metrics-core</artifactId> |
442 | | - <version>${dropwizard.metrics-core.version}</version> |
443 | | - </dependency> |
444 | | - <dependency> |
445 | | - <groupId>com.google.cloud</groupId> |
446 | | - <artifactId>google-cloud-bigquery</artifactId> |
447 | | - <version>${google.cloud.bigquery.version}</version> |
448 | | - </dependency> |
449 | | - <dependency> |
450 | | - <groupId>com.google.crypto.tink</groupId> |
451 | | - <artifactId>tink</artifactId> |
452 | | - <version>${google.tink.version}</version> |
453 | | - </dependency> |
454 | | - <dependency> |
455 | | - <groupId>com.google.crypto.tink</groupId> |
456 | | - <artifactId>tink-gcpkms</artifactId> |
457 | | - <version>${google.tink.version}</version> |
458 | | - </dependency> |
459 | | - <dependency> |
460 | | - <groupId>com.google.cloud</groupId> |
461 | | - <artifactId>google-cloud-spanner</artifactId> |
462 | | - <version>${google.cloud.spanner.version}</version> |
463 | | - </dependency> |
464 | | - <dependency> |
465 | | - <groupId>com.google.cloud</groupId> |
466 | | - <artifactId>google-cloud-datastore</artifactId> |
467 | | - <version>${google.cloud.datastore.version}</version> |
468 | | - </dependency> |
469 | 382 | <dependency> |
470 | 383 | <groupId>org.apache.hadoop</groupId> |
471 | 384 | <artifactId>hadoop-common</artifactId> |
|
546 | 459 | </exclusion> |
547 | 460 | </exclusions> |
548 | 461 | </dependency> |
| 462 | + <dependency> |
| 463 | + <!-- |
| 464 | + Required by bigtable-hbase-1.x-mapreduce instead of excluded non-shaded version. |
| 465 | + Shaded library is used to avoid dependency conflicts with Datastore module on profobuf-java dependency. |
| 466 | + Bigtable requires version 2.x and Datastore module requires 3.x protocol. |
| 467 | + --> |
| 468 | + <groupId>org.apache.hbase</groupId> |
| 469 | + <artifactId>hbase-shaded-client</artifactId> |
| 470 | + <version>${hbase-shaded-client.version}</version> |
| 471 | + <exclusions> |
| 472 | + <exclusion> |
| 473 | + <groupId>org.slf4j</groupId> |
| 474 | + <artifactId>slf4j-log4j12</artifactId> |
| 475 | + </exclusion> |
| 476 | + <exclusion> |
| 477 | + <groupId>log4j</groupId> |
| 478 | + <artifactId>log4j</artifactId> |
| 479 | + </exclusion> |
| 480 | + <exclusion> |
| 481 | + <groupId>org.apache.htrace</groupId> |
| 482 | + <artifactId>htrace-core</artifactId> |
| 483 | + </exclusion> |
| 484 | + </exclusions> |
| 485 | + </dependency> |
| 486 | + <dependency> |
| 487 | + <!-- |
| 488 | + Required by bigtable-hbase-1.x-mapreduce instead of excluded non-shaded version. |
| 489 | + Shaded library is used to avoid dependency conflicts with Datastore module on profobuf-java dependency. |
| 490 | + Bigtable requires version 2.x and Datastore module requires 3.x protocol. |
| 491 | + --> |
| 492 | + <groupId>org.apache.hbase</groupId> |
| 493 | + <artifactId>hbase-shaded-server</artifactId> |
| 494 | + <version>${hbase-shaded-server.version}</version> |
| 495 | + <exclusions> |
| 496 | + <exclusion> |
| 497 | + <groupId>org.slf4j</groupId> |
| 498 | + <artifactId>slf4j-log4j12</artifactId> |
| 499 | + </exclusion> |
| 500 | + <exclusion> |
| 501 | + <groupId>log4j</groupId> |
| 502 | + <artifactId>log4j</artifactId> |
| 503 | + </exclusion> |
| 504 | + <exclusion> |
| 505 | + <groupId>org.apache.htrace</groupId> |
| 506 | + <artifactId>htrace-core</artifactId> |
| 507 | + </exclusion> |
| 508 | + <exclusion> |
| 509 | + <groupId>org.apache.hadoop</groupId> |
| 510 | + <artifactId>hadoop-common</artifactId> |
| 511 | + </exclusion> |
| 512 | + </exclusions> |
| 513 | + </dependency> |
| 514 | + <dependency> |
| 515 | + <groupId>io.dropwizard.metrics</groupId> |
| 516 | + <artifactId>metrics-core</artifactId> |
| 517 | + <version>${dropwizard.metrics-core.version}</version> |
| 518 | + </dependency> |
| 519 | + <dependency> |
| 520 | + <groupId>com.google.cloud</groupId> |
| 521 | + <artifactId>google-cloud-bigquery</artifactId> |
| 522 | + <version>${google.cloud.bigquery.version}</version> |
| 523 | + </dependency> |
| 524 | + <dependency> |
| 525 | + <groupId>com.google.crypto.tink</groupId> |
| 526 | + <artifactId>tink</artifactId> |
| 527 | + <version>${google.tink.version}</version> |
| 528 | + </dependency> |
| 529 | + <dependency> |
| 530 | + <groupId>com.google.crypto.tink</groupId> |
| 531 | + <artifactId>tink-gcpkms</artifactId> |
| 532 | + <version>${google.tink.version}</version> |
| 533 | + </dependency> |
| 534 | + <dependency> |
| 535 | + <groupId>com.google.cloud</groupId> |
| 536 | + <artifactId>google-cloud-spanner</artifactId> |
| 537 | + <version>${google.cloud.spanner.version}</version> |
| 538 | + </dependency> |
| 539 | + <dependency> |
| 540 | + <groupId>com.google.cloud</groupId> |
| 541 | + <artifactId>google-cloud-datastore</artifactId> |
| 542 | + <version>${google.cloud.datastore.version}</version> |
| 543 | + </dependency> |
549 | 544 | <dependency> |
550 | 545 | <groupId>org.apache.hadoop</groupId> |
551 | 546 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
|
1150 | 1145 | </execution> |
1151 | 1146 | </executions> |
1152 | 1147 | </plugin> |
1153 | | - |
1154 | | - <plugin> |
1155 | | - <groupId>org.apache.maven.plugins</groupId> |
1156 | | - <artifactId>maven-release-plugin</artifactId> |
1157 | | - <version>2.5.3</version> |
1158 | | - <configuration> |
1159 | | - <tag>v${releaseVersion}</tag> |
1160 | | - <tagNameFormat>v@{project.version}</tagNameFormat> |
1161 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
1162 | | - <!-- releaseProfiles configuration will actually force a Maven profile |
1163 | | - – the `releases` profile – to become active during the Release process. --> |
1164 | | - <releaseProfiles>releases</releaseProfiles> |
1165 | | - </configuration> |
1166 | | - </plugin> |
1167 | | - |
1168 | 1148 | <plugin> |
1169 | | - <groupId>org.sonatype.plugins</groupId> |
1170 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
1171 | | - <version>1.6.2</version> |
| 1149 | + <groupId>org.sonatype.central</groupId> |
| 1150 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 1151 | + <version>0.8.0</version> |
1172 | 1152 | <extensions>true</extensions> |
1173 | 1153 | <configuration> |
1174 | | - <nexusUrl>https://oss.sonatype.org</nexusUrl> |
1175 | | - <serverId>sonatype.release</serverId> |
| 1154 | + <publishingServerId>sonatype.release</publishingServerId> |
| 1155 | + <autoPublish>false</autoPublish> |
| 1156 | + <ignorePublishedComponents>true</ignorePublishedComponents> |
1176 | 1157 | </configuration> |
1177 | 1158 | </plugin> |
1178 | 1159 | </plugins> |
|
1296 | 1277 | <dependency> |
1297 | 1278 | <groupId>io.cdap.tests.e2e</groupId> |
1298 | 1279 | <artifactId>cdap-e2e-framework</artifactId> |
1299 | | - <version>0.4.0-SNAPSHOT</version> |
| 1280 | + <version>0.4.0</version> |
1300 | 1281 | <scope>test</scope> |
1301 | 1282 | </dependency> |
1302 | 1283 | <dependency> |
|
0 commit comments