File tree Expand file tree Collapse file tree 1 file changed +7
-28
lines changed
Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 7474 </properties >
7575
7676 <repositories >
77- <repository >
78- <id >sonatype</id >
79- <url >https://oss.sonatype.org/content/groups/public</url >
80- </repository >
8177 <repository >
8278 <id >sonatype-snapshots</id >
83- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
79+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
8480 </repository >
8581 </repositories >
8682
87- <pluginRepositories >
88- <pluginRepository >
89- <id >sonatype</id >
90- <url >https://oss.sonatype.org/content/groups/public</url >
91- </pluginRepository >
92- </pluginRepositories >
93-
94- <distributionManagement >
95- <repository >
96- <id >sonatype.release</id >
97- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
98- </repository >
99- <snapshotRepository >
100- <id >sonatype.snapshots</id >
101- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
102- </snapshotRepository >
103- </distributionManagement >
104-
10583 <dependencies >
10684 <dependency >
10785 <groupId >io.cdap.cdap</groupId >
535513 <build >
536514 <plugins >
537515 <plugin >
538- <groupId >org.sonatype.plugins </groupId >
539- <artifactId >nexus-staging -maven-plugin</artifactId >
540- <version >1.6.2 </version >
516+ <groupId >org.sonatype.central </groupId >
517+ <artifactId >central-publishing -maven-plugin</artifactId >
518+ <version >0.8.0 </version >
541519 <extensions >true</extensions >
542520 <configuration >
543- <nexusUrl >https://oss.sonatype.org</nexusUrl >
544- <serverId >sonatype.release</serverId >
521+ <publishingServerId >sonatype.release</publishingServerId >
522+ <autoPublish >false</autoPublish >
523+ <ignorePublishedComponents >true</ignorePublishedComponents >
545524 </configuration >
546525 </plugin >
547526 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments