File tree Expand file tree Collapse file tree 1 file changed +7
-26
lines changed Expand file tree Collapse file tree 1 file changed +7
-26
lines changed Original file line number Diff line number Diff line change 45
45
<url >https://issues.cask.co/browse/CDAP</url >
46
46
</issueManagement >
47
47
48
- <distributionManagement >
49
- <repository >
50
- <id >sonatype.release</id >
51
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
52
- </repository >
53
- <snapshotRepository >
54
- <id >sonatype.snapshots</id >
55
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
56
- </snapshotRepository >
57
- </distributionManagement >
58
48
59
49
<repositories >
60
- <repository >
61
- <id >sonatype</id >
62
- <url >https://oss.sonatype.org/content/groups/public</url >
63
- <releases >
64
- <enabled >true</enabled >
65
- </releases >
66
- <snapshots >
67
- <enabled >false</enabled >
68
- </snapshots >
69
- </repository >
70
50
<repository >
71
51
<id >sonatype-snapshots</id >
72
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
52
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
73
53
<releases >
74
54
<enabled >false</enabled >
75
55
</releases >
366
346
<build >
367
347
<plugins >
368
348
<plugin >
369
- <groupId >org.sonatype.plugins </groupId >
370
- <artifactId >nexus-staging -maven-plugin</artifactId >
371
- <version >1.6.2 </version >
349
+ <groupId >org.sonatype.central </groupId >
350
+ <artifactId >central-publishing -maven-plugin</artifactId >
351
+ <version >0.8.0 </version >
372
352
<extensions >true</extensions >
373
353
<configuration >
374
- <nexusUrl >https://oss.sonatype.org</nexusUrl >
375
- <serverId >sonatype.release</serverId >
354
+ <publishingServerId >sonatype.release</publishingServerId >
355
+ <autoPublish >false</autoPublish >
356
+ <ignorePublishedComponents >true</ignorePublishedComponents >
376
357
</configuration >
377
358
</plugin >
378
359
<!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments