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 4545 <url >https://issues.cask.co/browse/CDAP</url >
4646 </issueManagement >
4747
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 >
5848
5949 <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 >
7050 <repository >
7151 <id >sonatype-snapshots</id >
72- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
52+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
7353 <releases >
7454 <enabled >false</enabled >
7555 </releases >
366346 <build >
367347 <plugins >
368348 <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 >
372352 <extensions >true</extensions >
373353 <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 >
376357 </configuration >
377358 </plugin >
378359 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments